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

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.