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