An open API service indexing awesome lists of open source software.

https://github.com/amamic1803/pi-gen

Calculate Pi to the given number of decimal digits
https://github.com/amamic1803/pi-gen

calculation mathematics python windows

Last synced: about 2 months ago
JSON representation

Calculate Pi to the given number of decimal digits

Awesome Lists containing this project

README

          

# Pi-Gen
Calculate Pi to the given number of decimal digits

![screenshot](https://github.com/amamic1803/Pi-Gen/assets/40371578/49b8e56e-f1b7-480b-bd83-c3cb1b986d2d)

Using [Chudnovsky algorithm](https://en.wikipedia.org/wiki/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