max_liu b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
..
.github b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
constants b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
test b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
.eslintrc b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
CHANGELOG.md b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
LICENSE b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
README.md b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
abs.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
abs.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
floor.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
floor.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
isFinite.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
isFinite.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
isInteger.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
isInteger.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
isNaN.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
isNaN.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
isNegativeZero.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
isNegativeZero.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
max.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
max.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
min.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
min.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
mod.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
mod.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
package.json b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
pow.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
pow.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
round.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
round.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
sign.d.ts b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
sign.js b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny
tsconfig.json b7ab7c8514 chore: 更新node_modules依赖文件 před 2 týdny

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.