Skip to content

onurmx/pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

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.