Function approxEquals

  • 两数是否近似相等

    Parameters

    • a: number
    • b: number
    • error: number = EPSILON

    Returns boolean