• Preparing search index...
  • The search index is not available
emath.js
  • emath.js
  • classes/numericalAnalysis/numericalAnalysis
  • equalsTolerance

Function equalsTolerance

  • equalsTolerance(a, b, tolerance, config?): boolean
  • Compares two values with a tolerance.

    Parameters

    • a: DecimalSource

      The lower bound.

    • b: DecimalSource

      The upper bound.

    • tolerance: DecimalSource

      The tolerance to compare the values with.

    • Optionalconfig: Partial<EqualsToleranceConfig>

      The configuration object.

    Returns boolean

    Whether the values are equal within the tolerance.

    • Defined in classes/numericalAnalysis/numericalAnalysis.ts:108

Settings

Member Visibility
emath.js
  • Loading...

Generated using TypeDoc