Skip to content

Pi-Calc-Competition is just a compilattion of scripts among programming languages on calculating aproximations of pi.

License

Notifications You must be signed in to change notification settings

DYPIXY/Pi-Calc-Compilation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi-Calculation-Compillation

Just a compilattion of scripts in various programming languages intended to calculate aproximations of pi.

[ Leibniz formula for π ]

Leibniz formula for π

Time Complexity O(N * logN * loglogN), where:
N = number of iterations Division of two numbers of order O(N) takes O(logN loglogN) time.

https://en.wikipedia.org/wiki/Leibniz_formula_for_%CF%80

About

Pi-Calc-Competition is just a compilattion of scripts among programming languages on calculating aproximations of pi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published