Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onurmx/pi
Calculating digits of pi with arbitrary size and find pattern inside.
https://github.com/onurmx/pi
algorithms approximation approximation-algorithms arbitrary-precision billion billions chudnovsky computability gmp high-performance-computing knuth-morris-pratt million mpf mpir mpz pattern pattern-finding pi
Last synced: about 2 months ago
JSON representation
Calculating digits of pi with arbitrary size and find pattern inside.
- Host: GitHub
- URL: https://github.com/onurmx/pi
- Owner: onurmx
- License: mit
- Created: 2022-10-09T13:08:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T09:01:19.000Z (about 1 year ago)
- Last Synced: 2023-11-19T09:31:08.889Z (about 1 year ago)
- Topics: algorithms, approximation, approximation-algorithms, arbitrary-precision, billion, billions, chudnovsky, computability, gmp, high-performance-computing, knuth-morris-pratt, million, mpf, mpir, mpz, pattern, pattern-finding, pi
- Language: C++
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pi
Calculating digits of pi with arbitrary size and find pattern inside.## Pi calculation
It can calculate billion digits of pi with using Chudnovsky algorithm.## Pattern finding
It can find number patterns with using Knutt-Morris-Pratt algorithm.## Compilation
Compilation is done by selecting "Release" and targeting "x64" bit cpu architecture.