Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

CHollasch/FinitePi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FinitePi

Uses the popular Machin-Like algorithm to great amounts of precision in calculating π. The Machin-Like formula proposed by Hwang Chien-Lih from 1997 is currently being used.

Machin-Like formula

By implementing a GUI, calculations can be made to relatively large decimal precision values and progress can be monitored during these calculations.

Inverse tangent is calculated using the following Taylor series. Javas BigDecimal class is used to get arbitrarily large decimal precision when calculating inverse tangent (along with every other equation used to find pi).

Arctan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages