mrr.sj.front/node_modules/math-intrinsics
BAKEYi 5ac33a6c87 运行初始化 2026-03-25 15:27:45 +08:00
..
.github 运行初始化 2026-03-25 15:27:45 +08:00
constants 运行初始化 2026-03-25 15:27:45 +08:00
test 运行初始化 2026-03-25 15:27:45 +08:00
.eslintrc 运行初始化 2026-03-25 15:27:45 +08:00
CHANGELOG.md 运行初始化 2026-03-25 15:27:45 +08:00
LICENSE 运行初始化 2026-03-25 15:27:45 +08:00
README.md 运行初始化 2026-03-25 15:27:45 +08:00
abs.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
abs.js 运行初始化 2026-03-25 15:27:45 +08:00
floor.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
floor.js 运行初始化 2026-03-25 15:27:45 +08:00
isFinite.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
isFinite.js 运行初始化 2026-03-25 15:27:45 +08:00
isInteger.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
isInteger.js 运行初始化 2026-03-25 15:27:45 +08:00
isNaN.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
isNaN.js 运行初始化 2026-03-25 15:27:45 +08:00
isNegativeZero.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
isNegativeZero.js 运行初始化 2026-03-25 15:27:45 +08:00
max.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
max.js 运行初始化 2026-03-25 15:27:45 +08:00
min.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
min.js 运行初始化 2026-03-25 15:27:45 +08:00
mod.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
mod.js 运行初始化 2026-03-25 15:27:45 +08:00
package.json 运行初始化 2026-03-25 15:27:45 +08:00
pow.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
pow.js 运行初始化 2026-03-25 15:27:45 +08:00
round.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
round.js 运行初始化 2026-03-25 15:27:45 +08:00
sign.d.ts 运行初始化 2026-03-25 15:27:45 +08:00
sign.js 运行初始化 2026-03-25 15:27:45 +08:00
tsconfig.json 运行初始化 2026-03-25 15:27:45 +08:00

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.