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

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.