Class CachedPowers.CachedPower

java.lang.Object
org.mozilla.javascript.v8dtoa.CachedPowers.CachedPower
Enclosing class:
CachedPowers

static class CachedPowers.CachedPower extends Object
  • Field Details

    • significand

      long significand
    • binaryExponent

      short binaryExponent
    • decimalExponent

      short decimalExponent
  • Constructor Details

    • CachedPower

      CachedPower(long significand, short binaryExponent, short decimalExponent)