Gogs df670eaa27 first commit 3 hete
..
.github df670eaa27 first commit 3 hete
constants df670eaa27 first commit 3 hete
test df670eaa27 first commit 3 hete
.eslintrc df670eaa27 first commit 3 hete
CHANGELOG.md df670eaa27 first commit 3 hete
LICENSE df670eaa27 first commit 3 hete
README.md df670eaa27 first commit 3 hete
abs.d.ts df670eaa27 first commit 3 hete
abs.js df670eaa27 first commit 3 hete
floor.d.ts df670eaa27 first commit 3 hete
floor.js df670eaa27 first commit 3 hete
isFinite.d.ts df670eaa27 first commit 3 hete
isFinite.js df670eaa27 first commit 3 hete
isInteger.d.ts df670eaa27 first commit 3 hete
isInteger.js df670eaa27 first commit 3 hete
isNaN.d.ts df670eaa27 first commit 3 hete
isNaN.js df670eaa27 first commit 3 hete
isNegativeZero.d.ts df670eaa27 first commit 3 hete
isNegativeZero.js df670eaa27 first commit 3 hete
max.d.ts df670eaa27 first commit 3 hete
max.js df670eaa27 first commit 3 hete
min.d.ts df670eaa27 first commit 3 hete
min.js df670eaa27 first commit 3 hete
mod.d.ts df670eaa27 first commit 3 hete
mod.js df670eaa27 first commit 3 hete
package.json df670eaa27 first commit 3 hete
pow.d.ts df670eaa27 first commit 3 hete
pow.js df670eaa27 first commit 3 hete
round.d.ts df670eaa27 first commit 3 hete
round.js df670eaa27 first commit 3 hete
sign.d.ts df670eaa27 first commit 3 hete
sign.js df670eaa27 first commit 3 hete
tsconfig.json df670eaa27 first commit 3 hete

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.