public static class Pi.RamanujanPiCalculator extends Object implements Operation<Apfloat>
| Modifier | Constructor and Description |
|---|---|
|
Pi.RamanujanPiCalculator(long precision,
int radix)
Construct a pi calculator with the specified precision and radix.
|
protected |
Pi.RamanujanPiCalculator(Pi.BinarySplittingPiCalculator calculator,
long precision,
int radix)
Construct a pi calculator with the specified binary splitting algorithm.
|
public Pi.RamanujanPiCalculator(long precision,
int radix)
throws ApfloatRuntimeException
precision - The target precision.radix - The radix to be used.ApfloatRuntimeExceptionprotected Pi.RamanujanPiCalculator(Pi.BinarySplittingPiCalculator calculator, long precision, int radix) throws ApfloatRuntimeException
calculator - The binary splitting algorithm to be used.precision - The target precision.radix - The radix to be used.ApfloatRuntimeException