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

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.