Package org.apfloat.samples
Class PiDistributed.DistributedRamanujanPiCalculator
java.lang.Object
org.apfloat.samples.Pi.RamanujanPiCalculator
org.apfloat.samples.PiParallel.ParallelRamanujanPiCalculator
org.apfloat.samples.PiDistributed.DistributedRamanujanPiCalculator
- All Implemented Interfaces:
Serializable
,Operation<Apfloat>
- Enclosing class:
PiDistributed
public static class PiDistributed.DistributedRamanujanPiCalculator
extends PiParallel.ParallelRamanujanPiCalculator
Class for calculating pi using the distributed Ramanujan's binary splitting algorithm.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDistributedRamanujanPiCalculator
(long precision, int radix) Construct a pi calculator with the specified precision and radix. -
Method Summary
-
Constructor Details
-
DistributedRamanujanPiCalculator
Construct a pi calculator with the specified precision and radix.- Parameters:
precision
- The target precision.radix
- The radix to be used.- Throws:
ApfloatRuntimeException
-
-
Method Details
-
execute
Description copied from class:Pi.RamanujanPiCalculator
Calculate pi using the Ramanujan binary splitting algorithm.- Specified by:
execute
in interfaceOperation<Apfloat>
- Overrides:
execute
in classPiParallel.ParallelRamanujanPiCalculator
- Returns:
- Return value of the operation.
-