approximately
Public function
Whether two numbers numbers a and b are approximately equal.
Signature
function approximately(a: number, b: number, precision?: number): boolean
Parameters
| Name | Description |
|---|---|
| The first point. |
| The second point. |
| |
Returns
boolean
Source

