Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.