Author Topic: [BASIC] bigpi- Arbitrary Precision Pi Calculator  (Read 3667 times)

0 Members and 1 Guest are viewing this topic.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
[BASIC] bigpi- Arbitrary Precision Pi Calculator
« on: March 14, 2019, 12:22:41 pm »
Happy Pi day!

Here is an arbitrary precision calculator for the digits of pi. It is written in TI-BASIC, so it is slooooow, but it works!

You basically pass in how many digits you want and it returns them in 5-digit chunks in L1. Keep in mind, if a chunk only has 4 digits, that means the top digit is 0 !

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: [BASIC] bigpi- Arbitrary Precision Pi Calculator
« Reply #1 on: March 17, 2019, 12:39:02 pm »
Happy pi day! Thanks for the neat little program to celebrate. :D

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: [BASIC] bigpi- Arbitrary Precision Pi Calculator
« Reply #2 on: March 17, 2019, 09:02:45 pm »
Maybe in 96 years I'll upload a more efficient version :P