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

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.