0225304 479b0dd372 fit:first 1 week ago
..
.github 479b0dd372 fit:first 1 week ago
constants 479b0dd372 fit:first 1 week ago
test 479b0dd372 fit:first 1 week ago
.eslintrc 479b0dd372 fit:first 1 week ago
CHANGELOG.md 479b0dd372 fit:first 1 week ago
LICENSE 479b0dd372 fit:first 1 week ago
README.md 479b0dd372 fit:first 1 week ago
abs.d.ts 479b0dd372 fit:first 1 week ago
abs.js 479b0dd372 fit:first 1 week ago
floor.d.ts 479b0dd372 fit:first 1 week ago
floor.js 479b0dd372 fit:first 1 week ago
isFinite.d.ts 479b0dd372 fit:first 1 week ago
isFinite.js 479b0dd372 fit:first 1 week ago
isInteger.d.ts 479b0dd372 fit:first 1 week ago
isInteger.js 479b0dd372 fit:first 1 week ago
isNaN.d.ts 479b0dd372 fit:first 1 week ago
isNaN.js 479b0dd372 fit:first 1 week ago
isNegativeZero.d.ts 479b0dd372 fit:first 1 week ago
isNegativeZero.js 479b0dd372 fit:first 1 week ago
max.d.ts 479b0dd372 fit:first 1 week ago
max.js 479b0dd372 fit:first 1 week ago
min.d.ts 479b0dd372 fit:first 1 week ago
min.js 479b0dd372 fit:first 1 week ago
mod.d.ts 479b0dd372 fit:first 1 week ago
mod.js 479b0dd372 fit:first 1 week ago
package.json 479b0dd372 fit:first 1 week ago
pow.d.ts 479b0dd372 fit:first 1 week ago
pow.js 479b0dd372 fit:first 1 week ago
round.d.ts 479b0dd372 fit:first 1 week ago
round.js 479b0dd372 fit:first 1 week ago
sign.d.ts 479b0dd372 fit:first 1 week ago
sign.js 479b0dd372 fit:first 1 week ago
tsconfig.json 479b0dd372 fit:first 1 week ago

README.md

math-intrinsics Version Badge

github actions coverage License Downloads

npm badge

ES Math-related intrinsics and helpers, robustly cached.

  • abs
  • floor
  • isFinite
  • isInteger
  • isNaN
  • isNegativeZero
  • max
  • min
  • mod
  • pow
  • round
  • sign
  • constants/maxArrayLength
  • constants/maxSafeInteger
  • constants/maxValue

Tests

Simply clone the repo, npm install, and run npm test

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.