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

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.