Skip to content

A program to calculate given number of decimal digits of Pi

License

Notifications You must be signed in to change notification settings

amamic1803/Pi-Gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi-Gen

A program to calculate given number of decimal digits of Pi.

screenshot

Using Chudnovsky algorithm (https://en.wikipedia.org/wiki/Chudnovsky_algorithm)

Downloading

Prebuilt program is available under Releases

Building

  1. Clone repository
  2. Run command: pip install -r requirements.txt
  3. Run build.py
  4. Built *.exe will be placed in the same folder