User contributions for Schwitters

A user with 50 edits. Account created on 20 June 2023.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

28 April 2024

24 July 2023

23 July 2023

22 July 2023

20 July 2023

  • 11:1711:17, 20 July 2023 diff hist +18 N Category:Code Created page with "Category:Works" current
  • 11:1611:16, 20 July 2023 diff hist +1,238 N Powers of two Created page with " """Find the nearest power of 2 below and above an input number, along with the diffs. """ import argparse import math import sys def nearest_powers_of_two(num, output=True): """Find the powers of 2 nearest the input num, along with the diffs. If optional parameter output == True (the default), print the values as well as returning them. Return value is a list of tuples [(low, lowdiff), (high, highdiff)]. """ lg = math.floor(math..." Tag: Visual edit: Switched

19 July 2023

18 July 2023

17 July 2023

16 July 2023

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)