Skip to content
/ pi Public

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

License

Notifications You must be signed in to change notification settings

onurmx/pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a42450d · Nov 18, 2023

History

41 Commits
Dec 9, 2022
Dec 4, 2022
Oct 9, 2022
Nov 18, 2023

Repository files navigation

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.