潘超林 b17e38f0e7 新建 1 éve
..
.github b17e38f0e7 新建 1 éve
constants b17e38f0e7 新建 1 éve
test b17e38f0e7 新建 1 éve
.eslintrc b17e38f0e7 新建 1 éve
CHANGELOG.md b17e38f0e7 新建 1 éve
LICENSE b17e38f0e7 新建 1 éve
README.md b17e38f0e7 新建 1 éve
abs.d.ts b17e38f0e7 新建 1 éve
abs.js b17e38f0e7 新建 1 éve
floor.d.ts b17e38f0e7 新建 1 éve
floor.js b17e38f0e7 新建 1 éve
isFinite.d.ts b17e38f0e7 新建 1 éve
isFinite.js b17e38f0e7 新建 1 éve
isInteger.d.ts b17e38f0e7 新建 1 éve
isInteger.js b17e38f0e7 新建 1 éve
isNaN.d.ts b17e38f0e7 新建 1 éve
isNaN.js b17e38f0e7 新建 1 éve
isNegativeZero.d.ts b17e38f0e7 新建 1 éve
isNegativeZero.js b17e38f0e7 新建 1 éve
max.d.ts b17e38f0e7 新建 1 éve
max.js b17e38f0e7 新建 1 éve
min.d.ts b17e38f0e7 新建 1 éve
min.js b17e38f0e7 新建 1 éve
mod.d.ts b17e38f0e7 新建 1 éve
mod.js b17e38f0e7 新建 1 éve
package.json b17e38f0e7 新建 1 éve
pow.d.ts b17e38f0e7 新建 1 éve
pow.js b17e38f0e7 新建 1 éve
round.d.ts b17e38f0e7 新建 1 éve
round.js b17e38f0e7 新建 1 éve
sign.d.ts b17e38f0e7 新建 1 éve
sign.js b17e38f0e7 新建 1 éve
tsconfig.json b17e38f0e7 新建 1 éve

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.