W72crm_web-master/node_modules/math-intrinsics
zhangwenzan c676fd5933 初始化crm前端代码 2025-05-27 11:25:53 +08:00
..
.github 初始化crm前端代码 2025-05-27 11:25:53 +08:00
constants 初始化crm前端代码 2025-05-27 11:25:53 +08:00
test 初始化crm前端代码 2025-05-27 11:25:53 +08:00
.eslintrc 初始化crm前端代码 2025-05-27 11:25:53 +08:00
CHANGELOG.md 初始化crm前端代码 2025-05-27 11:25:53 +08:00
LICENSE 初始化crm前端代码 2025-05-27 11:25:53 +08:00
README.md 初始化crm前端代码 2025-05-27 11:25:53 +08:00
abs.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
abs.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
floor.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
floor.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
isFinite.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
isFinite.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
isInteger.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
isInteger.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
isNaN.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
isNaN.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
isNegativeZero.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
isNegativeZero.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
max.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
max.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
min.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
min.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
mod.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
mod.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
package.json 初始化crm前端代码 2025-05-27 11:25:53 +08:00
pow.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
pow.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
round.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
round.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
sign.d.ts 初始化crm前端代码 2025-05-27 11:25:53 +08:00
sign.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
tsconfig.json 初始化crm前端代码 2025-05-27 11:25:53 +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.