Function fequal

  • Check if 2 floats are equal within an epsilon.

    Parameters

    • a: number
    • b: number
    • epsilon: number = EPSILON

    Returns boolean

Generated using TypeDoc