@technobuddha > library > Math > Comparison
Type Alias: ApproximatelyEqualsOptions
ts
type ApproximatelyEqualsOptions = {
tolerance?: number;
};Defined in: approximately-equals.ts:6
Options for the approximatelyEquals function
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
tolerance? | number | Tolerance range. If specified, should be greater than 0. | src/approximately-equals.ts:8 |