Whether two numbers numbers a and b are approximately equal.
function approximately(a: number, b: number, precision?: number): boolean
Parameters
Name | Description |
---|
a
| The first point. |
b
| The second point. |
precision
| |
Returns
We use cookies on this website.
Learn more in our Cookie Policy.