Skip to content

jjkoh95/nalupi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nalupi

Compute PI to infinite digits, similar to y-cruncher

Basic Usage

go run cmd/nalupi/main.go --decimal=100

If you have go installed, you can simply get PI value to any precision with the above command.

Alternatively, you can get the last-computed PI precision from server from here

The estimation of Sun circumference using the pre-computed PI can also be retrieved here

Note that the server runs every 5 minute through an app-script timer to compute the next precision

Spreadsheet references

To prevent server from crashing or any potential issue saving snapshot and breaking the correctness of the computation (rate limit by Google Spreadsheet), we suggest you to view the values of PI or snapshots directly through the spreadsheet links down below

References

Releases

No releases published

Packages

No packages published