is-equal-enough

4.0.4 • Public • Published

is-equal-enough

flipactual Travis Codecov Node NPM

Determine whether values are within a tolerance of each other

isEqualEnough(a, b, [tolerance]) ⇒ boolean

Determine whether two numbers are within a provided tolerance of each other.

Kind: global function
Returns: boolean - Whether the numbers are within the tolerance or not.

Param Type Default Description
a number A number
b number Another number
[tolerance] number Number.EPSILON The acceptable tolerance.

Example

isEqualEnough(0.15 + 0.15, 0.1 + 0.2);
// → true

Scripts

test – run the tests

npm run test

coverage – generate and view code coverage as HTML

npm run coverage

lint – lint the codebase

npm run lint

readme – generate the README

npm run readme

compile – compile the code

npm run compile

License

MIT @ Flip

Readme

Keywords

none

Package Sidebar

Install

npm i is-equal-enough

Weekly Downloads

5

Version

4.0.4

License

MIT

Last publish

Collaborators

  • flipactual