Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 355 Bytes

File metadata and controls

11 lines (8 loc) · 355 Bytes

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.