Class FP64Field

    • Field Detail

      • ZERO

        private static final FP64 ZERO
        0d.
      • ONE

        private static final FP64 ONE
        1d.
      • INSTANCE

        private static final FP64Field INSTANCE
        Singleton.
    • Constructor Detail

      • FP64Field

        private FP64Field()
        Singleton.
    • Method Detail

      • get

        public static FP64Field get()
        Get the field instance.
        Returns:
        the field instance.
      • one

        public FP64 one()
        Return the value of one.
        Returns:
        the field element 1 such that for all a, 1 * a == a.
      • zero

        public FP64 zero()
        Return the value of zero.
        Returns:
        the field element 0 such that for all a, 0 + a == a.