Class PiParallel.ParallelRamanujanPiCalculator

java.lang.Object
org.apfloat.samples.Pi.RamanujanPiCalculator
org.apfloat.samples.PiParallel.ParallelRamanujanPiCalculator
All Implemented Interfaces:
Serializable, Operation<Apfloat>
Direct Known Subclasses:
PiDistributed.DistributedRamanujanPiCalculator
Enclosing class:
PiParallel

public static class PiParallel.ParallelRamanujanPiCalculator extends Pi.RamanujanPiCalculator
Class for calculating pi using the parallel Ramanujan's binary splitting algorithm.
See Also: