837390164@qq.com a303233a09 提交更新 5 月之前
..
.github a303233a09 提交更新 5 月之前
constants a303233a09 提交更新 5 月之前
test a303233a09 提交更新 5 月之前
.eslintrc a303233a09 提交更新 5 月之前
CHANGELOG.md a303233a09 提交更新 5 月之前
LICENSE a303233a09 提交更新 5 月之前
README.md a303233a09 提交更新 5 月之前
abs.d.ts a303233a09 提交更新 5 月之前
abs.js a303233a09 提交更新 5 月之前
floor.d.ts a303233a09 提交更新 5 月之前
floor.js a303233a09 提交更新 5 月之前
isFinite.d.ts a303233a09 提交更新 5 月之前
isFinite.js a303233a09 提交更新 5 月之前
isInteger.d.ts a303233a09 提交更新 5 月之前
isInteger.js a303233a09 提交更新 5 月之前
isNaN.d.ts a303233a09 提交更新 5 月之前
isNaN.js a303233a09 提交更新 5 月之前
isNegativeZero.d.ts a303233a09 提交更新 5 月之前
isNegativeZero.js a303233a09 提交更新 5 月之前
max.d.ts a303233a09 提交更新 5 月之前
max.js a303233a09 提交更新 5 月之前
min.d.ts a303233a09 提交更新 5 月之前
min.js a303233a09 提交更新 5 月之前
mod.d.ts a303233a09 提交更新 5 月之前
mod.js a303233a09 提交更新 5 月之前
package.json a303233a09 提交更新 5 月之前
pow.d.ts a303233a09 提交更新 5 月之前
pow.js a303233a09 提交更新 5 月之前
round.d.ts a303233a09 提交更新 5 月之前
round.js a303233a09 提交更新 5 月之前
sign.d.ts a303233a09 提交更新 5 月之前
sign.js a303233a09 提交更新 5 月之前
tsconfig.json a303233a09 提交更新 5 月之前

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.