protected abstract static class Pi.AbstractBinarySplittingSeries extends Object implements Pi.BinarySplittingSeries
Modifier and Type | Field and Description |
---|---|
protected long |
precision
Target precision.
|
protected int |
radix
Radix to be used.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractBinarySplittingSeries(long precision,
int radix)
Construct a binary splitting series with the specified precision and radix.
|
Copyright © 2017. All rights reserved.