Class FloatingPointMath

java.lang.Object
org.zfcj.math.numbers.FloatingPointMath

public class FloatingPointMath extends Object
A container for ThreadLocals that provide error thresholds for floating point calculations
  • Constructor Details

    • FloatingPointMath

      public FloatingPointMath()
  • Method Details

    • getMaxError

      public static double getMaxError()
    • setMaxError

      public static void setMaxError(double maxError)
    • getRealMaxError

      public static RealNumber getRealMaxError()
    • setRealMaxError

      public static void setRealMaxError(RealNumber maxError)