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

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.