Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: Xeda112358 on March 14, 2019, 12:22:41 pm

Title: [BASIC] bigpi- Arbitrary Precision Pi Calculator
Post by: Xeda112358 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 !
Title: Re: [BASIC] bigpi- Arbitrary Precision Pi Calculator
Post by: TIfanx1999 on March 17, 2019, 12:39:02 pm
Happy pi day! Thanks for the neat little program to celebrate. :D
Title: Re: [BASIC] bigpi- Arbitrary Precision Pi Calculator
Post by: Xeda112358 on March 17, 2019, 09:02:45 pm
Maybe in 96 years I'll upload a more efficient version :P