Skip to main content
added 31 characters in body
Source Link
Galen Ivanov
  • 21.5k
  • 3
  • 26
  • 62

Red, 33 bytes

func[n][to 1.1.1 debase/base n 2] 

Try it online!

Takes the input as strings.

Red, 33 bytes

func[n][to 1.1.1 debase/base n 2] 

Try it online!

Red, 33 bytes

func[n][to 1.1.1 debase/base n 2] 

Try it online!

Takes the input as strings.

Post Undeleted by Galen Ivanov
Post Deleted by Galen Ivanov
Source Link
Galen Ivanov
  • 21.5k
  • 3
  • 26
  • 62

Red, 33 bytes

func[n][to 1.1.1 debase/base n 2] 

Try it online!