Skip to content

Instantly share code, notes, and snippets.

@fedemengo
Last active February 22, 2023 20:03
Show Gist options
  • Save fedemengo/64bcffe1fa7f256b0319e3130c32dd26 to your computer and use it in GitHub Desktop.
Save fedemengo/64bcffe1fa7f256b0319e3130c32dd26 to your computer and use it in GitHub Desktop.
First 10M digits of PI in base 2
This file has been truncated, but you can view the full file.
@fedemengo
Copy link
Author

wolframscript -c 'StringRiffle[First[RealDigits[Pi, 2, 10*1000*1000+2]], ""]' > pi_b2_10M_mathematica

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment