MES User 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
..
.github 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
constants 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
test 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
.eslintrc 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
CHANGELOG.md 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
LICENSE 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
README.md 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
abs.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
abs.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
floor.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
floor.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
isFinite.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
isFinite.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
isInteger.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
isInteger.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
isNaN.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
isNaN.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
isNegativeZero.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
isNegativeZero.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
max.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
max.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
min.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
min.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
mod.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
mod.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
package.json 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
pow.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
pow.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
round.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
round.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
sign.d.ts 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
sign.js 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 5 月之前
tsconfig.json 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes 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.