tree: 81b11fe914769b549d5ee264c33f0442f3df9c94 [path history] [tgz]
  1. .github/
  2. constants/
  3. test/
  4. .eslintrc
  5. abs.d.ts
  6. abs.js
  7. CHANGELOG.md
  8. floor.d.ts
  9. floor.js
  10. isFinite.d.ts
  11. isFinite.js
  12. isInteger.d.ts
  13. isInteger.js
  14. isNaN.d.ts
  15. isNaN.js
  16. isNegativeZero.d.ts
  17. isNegativeZero.js
  18. LICENSE
  19. max.d.ts
  20. max.js
  21. min.d.ts
  22. min.js
  23. mod.d.ts
  24. mod.js
  25. package.json
  26. pow.d.ts
  27. pow.js
  28. README.md
  29. round.d.ts
  30. round.js
  31. sign.d.ts
  32. sign.js
  33. tsconfig.json
node_modules/math-intrinsics/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.