onurmx / pi

Calculating digits of pi with arbitrary size and find pattern inside.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Calculating digits of pi with arbitrary size and find pattern inside.

License:MIT License


Languages

Language:C++ 59.0%Language:C 41.0%