New pages
Jump to navigation
Jump to search
20 July 2023
- 11:1611:16, 20 July 2023 Powers of two (hist | edit) [1,257 bytes] Schwitters (talk | contribs) (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
- 10:5510:55, 19 July 2023 Artist’s Statement (hist | edit) [1,759 bytes] Schwitters (talk | contribs) (Create page) Tag: Visual edit: Switched
16 July 2023
- 09:4609:46, 16 July 2023 Links (hist | edit) [290 bytes] Schwitters (talk | contribs) (page creation)
11 July 2023
- 07:0407:04, 11 July 2023 Main Page (hist | edit) [81 bytes] Schwitters (talk | contribs) (Recreate main page)
10 July 2023
- 20:1220:12, 10 July 2023 About Me (hist | edit) [605 bytes] Schwitters (talk | contribs) (Created page with "Stuff") Tag: Visual edit