Function isEqual

  • Used to compare two float numbers according to the specified global precision unless specified otherwise.

    Parameters

    • a: number

      First number

    • b: number

      Second number

    • options: EqualityOptions = equalityOptions

      Override the global precision and unit.

    Returns boolean

Generated using TypeDoc