Class CachedPowers.CachedPower

  • Enclosing class:
    CachedPowers

    static class CachedPowers.CachedPower
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CachedPower​(long significand, short binaryExponent, short decimalExponent)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • significand

        long significand
      • binaryExponent

        short binaryExponent
      • decimalExponent

        short decimalExponent
    • Constructor Detail

      • CachedPower

        CachedPower​(long significand,
                    short binaryExponent,
                    short decimalExponent)