zz ca8126a759 项目初始化 vor 1 Woche
..
.github ca8126a759 项目初始化 vor 1 Woche
constants ca8126a759 项目初始化 vor 1 Woche
test ca8126a759 项目初始化 vor 1 Woche
.eslintrc ca8126a759 项目初始化 vor 1 Woche
CHANGELOG.md ca8126a759 项目初始化 vor 1 Woche
LICENSE ca8126a759 项目初始化 vor 1 Woche
README.md ca8126a759 项目初始化 vor 1 Woche
abs.d.ts ca8126a759 项目初始化 vor 1 Woche
abs.js ca8126a759 项目初始化 vor 1 Woche
floor.d.ts ca8126a759 项目初始化 vor 1 Woche
floor.js ca8126a759 项目初始化 vor 1 Woche
isFinite.d.ts ca8126a759 项目初始化 vor 1 Woche
isFinite.js ca8126a759 项目初始化 vor 1 Woche
isInteger.d.ts ca8126a759 项目初始化 vor 1 Woche
isInteger.js ca8126a759 项目初始化 vor 1 Woche
isNaN.d.ts ca8126a759 项目初始化 vor 1 Woche
isNaN.js ca8126a759 项目初始化 vor 1 Woche
isNegativeZero.d.ts ca8126a759 项目初始化 vor 1 Woche
isNegativeZero.js ca8126a759 项目初始化 vor 1 Woche
max.d.ts ca8126a759 项目初始化 vor 1 Woche
max.js ca8126a759 项目初始化 vor 1 Woche
min.d.ts ca8126a759 项目初始化 vor 1 Woche
min.js ca8126a759 项目初始化 vor 1 Woche
mod.d.ts ca8126a759 项目初始化 vor 1 Woche
mod.js ca8126a759 项目初始化 vor 1 Woche
package.json ca8126a759 项目初始化 vor 1 Woche
pow.d.ts ca8126a759 项目初始化 vor 1 Woche
pow.js ca8126a759 项目初始化 vor 1 Woche
round.d.ts ca8126a759 项目初始化 vor 1 Woche
round.js ca8126a759 项目初始化 vor 1 Woche
sign.d.ts ca8126a759 项目初始化 vor 1 Woche
sign.js ca8126a759 项目初始化 vor 1 Woche
tsconfig.json ca8126a759 项目初始化 vor 1 Woche

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.