Interface Flt64

All Superinterfaces:
Complete, CompleteOrIdent, FormatAsKernelString, Kernel, Num, Scalar, Value, ValueOrIdent, ValueOrIdentPtn, ValueOrPtn, ValueOrResolvedPtn, ValueOrVar, ValueOrVarSet
All Known Subinterfaces:
Flt32

public interface Flt64 extends Num
  • Field Details

    • F64_MAX

      static final Flt64 F64_MAX
    • F64_MIN

      static final Flt64 F64_MIN
  • Method Details

    • fuzzyCompare

      static int fuzzyCompare(double a, double b, double tolerance)
    • fuzzyEquals

      static boolean fuzzyEquals(double a, double b, double tolerance)
    • of

      static Flt64 of(double num)
    • of

      static Flt64 of(String num)
    • fuzzyEquals

      default boolean fuzzyEquals(Flt64 other, Flt64 tolerance)
    • negate

      Flt64 negate()
      Specified by:
      negate in interface Num
      Specified by:
      negate in interface Value