public static class Pi.GaussLegendrePiCalculator extends Object implements Operation<Apfloat>
Constructor and Description |
---|
GaussLegendrePiCalculator(long precision,
int radix)
Construct a pi calculator with the specified precision and radix.
|
Modifier and Type | Method and Description |
---|---|
Apfloat |
execute()
Calculate pi using the Gauss-Legendre iteration.
|
Copyright © 2018. All rights reserved.