zhizhi/backend/bridge/node_modules/math-intrinsics
飞毛嘴帅气爱 3358796316 BC-M-BRIDGE-001-FM 环节0完成:初始化Node.js项目,搭建Express3020端口基础服务,实现根路径身份接口和请求日志中间件,创建config.json统一配置和README.md模块文档 2026-03-11 22:39:13 +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.