https://github.com/montyanderson/chudnovsky
Chudnovsky algorithm implemented in C.
https://github.com/montyanderson/chudnovsky
Last synced: 3 months ago
JSON representation
Chudnovsky algorithm implemented in C.
- Host: GitHub
- URL: https://github.com/montyanderson/chudnovsky
- Owner: montyanderson
- License: mit
- Created: 2016-11-05T19:49:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T22:49:39.000Z (over 8 years ago)
- Last Synced: 2025-01-18T00:41:11.586Z (5 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chudnovsky
Chudnovsky algorithm implemented in C.```
$ make && ./a.out
3.141593e+00
```## Features / Aims
* Fast and modular
* Don't recalculate values that can be stored.
* Be as close to the original algorithm as possible.