Package org.apfloat.samples
Class Pi.GaussLegendrePiCalculator
java.lang.Object
org.apfloat.samples.Pi.GaussLegendrePiCalculator
-
Constructor Summary
ConstructorsConstructorDescriptionGaussLegendrePiCalculator
(long precision, int radix) Construct a pi calculator with the specified precision and radix. -
Method Summary
-
Constructor Details
-
GaussLegendrePiCalculator
public GaussLegendrePiCalculator(long precision, int radix) Construct a pi calculator with the specified precision and radix.- Parameters:
precision
- The target precision.radix
- The radix to be used.
-
-
Method Details
-
execute
-