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

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.