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

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.