Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

ES2015 Number.EPSILON ponyfill

License

Notifications You must be signed in to change notification settings

sindresorhus/number-epsilon

Repository files navigation

Deprecated as this is now natively available in all modern browsers and Node.js versions.


number-epsilon

ES2015 Number.EPSILON ponyfill

Install

$ npm install number-epsilon

Usage

const EPSILON = require('number-epsilon');

console.log(EPSILON);
//=> 2.220446049250313e-16