Class FP64Field

java.lang.Object
org.apache.commons.numbers.field.AbstractField<FP64>
org.apache.commons.numbers.field.FP64Field
All Implemented Interfaces:
Field<FP64>

public final class FP64Field extends AbstractField<FP64>
Double field.
  • Field Details

    • ZERO

      private static final FP64 ZERO
      0d.
    • ONE

      private static final FP64 ONE
      1d.
    • INSTANCE

      private static final FP64Field INSTANCE
      Singleton.
  • Constructor Details

    • FP64Field

      private FP64Field()
      Singleton.
  • Method Details

    • 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.