Class MathConstants

java.lang.Object
com.bluebell.greenhouse.platform.constants.system.MathConstants

public final class MathConstants extends Object
Constants used for mathematical & arithmetic operations.
Version:
1.0.2
Author:
Stephen Prizio
  • Field Details

    • HASHCODE_MULTIPLIER

      public static final int HASHCODE_MULTIPLIER
      Defines the multiplier used in hashcode calculations.
      See Also:
    • STANDARD_DECIMAL_PRECISION

      public static final int STANDARD_DECIMAL_PRECISION
      Defines the precision for floating-point values.
      See Also:
    • ACCURATE_DECIMAL_PRECISION

      public static final int ACCURATE_DECIMAL_PRECISION
      Defines a more accurate decimal precision for floating-point values.
      See Also:
    • INTEGER_ZERO

      public static final int INTEGER_ZERO
      Integer constant representing zero.
    • INTEGER_ONE

      public static final int INTEGER_ONE
      Integer constant representing one.
    • INTEGER_TEN

      public static final int INTEGER_TEN
      Integer constant representing ten.
    • INTEGER_ONE_HUNDRED

      public static final int INTEGER_ONE_HUNDRED
      Integer constant representing one hundred.
    • INTEGER_ONE_THOUSAND

      public static final int INTEGER_ONE_THOUSAND
      Integer constant representing one thousand.
    • FLOAT_ZERO

      public static final double FLOAT_ZERO
      Floating-point constant representing zero.
    • FLOAT_ONE

      public static final double FLOAT_ONE
      Floating-point constant representing one.
    • FLOAT_TEN

      public static final double FLOAT_TEN
      Floating-point constant representing ten.
    • FLOAT_ONE_HUNDRED

      public static final double FLOAT_ONE_HUNDRED
      Floating-point constant representing one hundred.
    • FLOAT_ONE_THOUSAND

      public static final double FLOAT_ONE_THOUSAND
      Floating-point constant representing one thousand.
    • FLOAT_TEN_THOUSAND

      public static final double FLOAT_TEN_THOUSAND
      Floating-point constant representing ten thousand.
    • SYMBOL_ALIAS_LEVENSHTEIN_DISTANCE_SCORING_MULTIPLIER

      public static final double SYMBOL_ALIAS_LEVENSHTEIN_DISTANCE_SCORING_MULTIPLIER
      Scoring multiplier for Levenshtein distance.
      See Also: