Skip to content

@ue-too/curve / index / approximately

函式: approximately()

approximately(a, b, precision?): boolean

定義於: packages/curve/src/b-curve.ts:1880

Checks if two numbers are approximately equal within a precision threshold.

參數

a

number

b

number

precision?

number

回傳

boolean