Class FP64Field

    • Method Detail

      • get

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

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

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