Package org.apfloat

Class RadixConversionHelper.RadixPowerList

  • Enclosing class:
    RadixConversionHelper

    private static class RadixConversionHelper.RadixPowerList
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<Apfloat> list  
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait