冯博深 e3294c98a1 first 23 hodín pred
..
.github e3294c98a1 first 23 hodín pred
constants e3294c98a1 first 23 hodín pred
test e3294c98a1 first 23 hodín pred
.eslintrc e3294c98a1 first 23 hodín pred
CHANGELOG.md e3294c98a1 first 23 hodín pred
LICENSE e3294c98a1 first 23 hodín pred
README.md e3294c98a1 first 23 hodín pred
abs.d.ts e3294c98a1 first 23 hodín pred
abs.js e3294c98a1 first 23 hodín pred
floor.d.ts e3294c98a1 first 23 hodín pred
floor.js e3294c98a1 first 23 hodín pred
isFinite.d.ts e3294c98a1 first 23 hodín pred
isFinite.js e3294c98a1 first 23 hodín pred
isInteger.d.ts e3294c98a1 first 23 hodín pred
isInteger.js e3294c98a1 first 23 hodín pred
isNaN.d.ts e3294c98a1 first 23 hodín pred
isNaN.js e3294c98a1 first 23 hodín pred
isNegativeZero.d.ts e3294c98a1 first 23 hodín pred
isNegativeZero.js e3294c98a1 first 23 hodín pred
max.d.ts e3294c98a1 first 23 hodín pred
max.js e3294c98a1 first 23 hodín pred
min.d.ts e3294c98a1 first 23 hodín pred
min.js e3294c98a1 first 23 hodín pred
mod.d.ts e3294c98a1 first 23 hodín pred
mod.js e3294c98a1 first 23 hodín pred
package.json e3294c98a1 first 23 hodín pred
pow.d.ts e3294c98a1 first 23 hodín pred
pow.js e3294c98a1 first 23 hodín pred
round.d.ts e3294c98a1 first 23 hodín pred
round.js e3294c98a1 first 23 hodín pred
sign.d.ts e3294c98a1 first 23 hodín pred
sign.js e3294c98a1 first 23 hodín pred
tsconfig.json e3294c98a1 first 23 hodín pred

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.