Class PowerEntry

    • Field Detail

      • p

        public int p
      • exponent

        public int exponent
      • power

        public int power
      • t

        public int t
      • logPower

        public byte logPower
      • pinvD

        public double pinvD
      • pinvL

        public long pinvL
    • Constructor Detail

      • PowerEntry

        public PowerEntry​(int p,
                          int exponent,
                          int power,
                          int t,
                          byte logPower)