public static class Pi.ChudnovskyPiCalculator extends Object implements Operation<Apfloat>
Modifier | Constructor and Description |
---|---|
|
ChudnovskyPiCalculator(long precision,
int radix)
Construct a pi calculator with the specified precision and radix.
|
protected |
ChudnovskyPiCalculator(Pi.BinarySplittingPiCalculator calculator,
long precision,
int radix)
Construct a pi calculator with the specified binary splitting algorithm.
|
Modifier and Type | Method and Description |
---|---|
Apfloat |
execute()
Calculate pi using the Chudnovskys' binary splitting algorithm.
|
public ChudnovskyPiCalculator(long precision, int radix) throws ApfloatRuntimeException
precision
- The target precision.radix
- The radix to be used.ApfloatRuntimeException
protected ChudnovskyPiCalculator(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
Copyright © 2017. All rights reserved.