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

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.