Skip to content

@technobuddha > library > Math > Comparison

Type Alias: ApproximatelyEqualsOptions

ts
type ApproximatelyEqualsOptions = {
  tolerance?: number;
};

Defined in: approximately-equals.ts:6

Options for the approximatelyEquals function

Properties

PropertyTypeDescriptionDefined in
tolerance?numberTolerance range. If specified, should be greater than 0.src/approximately-equals.ts:8