Package org.apfloat
Class RadixConversionHelper.RadixPowerList
- java.lang.Object
-
- org.apfloat.RadixConversionHelper.RadixPowerList
-
- Enclosing class:
- RadixConversionHelper
private static class RadixConversionHelper.RadixPowerList extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RadixPowerList(int fromRadix, int toRadix, long precision)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private Apfloat
get(int index)
Apfloat
pow(long n)
-
-
-
Field Detail
-
list
private java.util.List<Apfloat> list
-
-
Constructor Detail
-
RadixPowerList
public RadixPowerList(int fromRadix, int toRadix, long precision) throws ApfloatRuntimeException
- Throws:
ApfloatRuntimeException
-
-
Method Detail
-
pow
public Apfloat pow(long n) throws ApfloatRuntimeException
- Throws:
ApfloatRuntimeException
-
get
private Apfloat get(int index) throws ApfloatRuntimeException
- Throws:
ApfloatRuntimeException
-
-