Skip to content

Calculate Pi to the given number of decimal digits

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

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi-Gen

Calculate Pi to the given number of decimal digits

screenshot

Using Chudnovsky algorithm

Downloading

Prebuilt program is available under Releases

Building

  1. Clone repository
  2. Install Python
  3. Install dependencies: pip install -r requirements.txt
  4. Install UPX (optional)
  5. Run build.py
  6. Built *.exe will be placed in the same folder