Class Grisu3.CachedPowers.CachedPower

java.lang.Object
com.dslplatform.json.Grisu3.CachedPowers.CachedPower
Enclosing class:
Grisu3.CachedPowers

static class Grisu3.CachedPowers.CachedPower extends Object
  • Field Details

    • significand

      final long significand
    • binaryExponent

      final short binaryExponent
    • decimalExponent

      final short decimalExponent
  • Constructor Details

    • CachedPower

      CachedPower(long significand, short binaryExponent, short decimalExponent)