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
- Host: GitHub
- URL: https://github.com/amamic1803/pi-gen
- Owner: amamic1803
- License: mit
- Created: 2022-08-17T06:21:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T21:31:07.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T23:54:00.899Z (almost 2 years ago)
- Topics: calculation, mathematics, python, windows
- Language: Python
- Homepage:
- Size: 994 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Pi-Gen
Calculate Pi to the given number of decimal digits

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