zhizhi/backend/coldstart/node_modules/math-intrinsics
飞毛嘴帅气爱 21310c4792 M14-环节4: 热身历史持久化+查询API 2026-03-08 17:56:28 +08:00
..
.github
constants
test
.eslintrc
CHANGELOG.md
LICENSE
README.md
abs.d.ts
abs.js
floor.d.ts
floor.js
isFinite.d.ts
isFinite.js
isInteger.d.ts
isInteger.js
isNaN.d.ts
isNaN.js
isNegativeZero.d.ts
isNegativeZero.js
max.d.ts
max.js
min.d.ts
min.js
mod.d.ts
mod.js
package.json
pow.d.ts
pow.js
round.d.ts
round.js
sign.d.ts
sign.js
tsconfig.json

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.