radin-scale-api/node_modules/math-intrinsics
mehranz 0eb8fbcf69 update 2026-02-16 15:55:07 +03:30
..
.github update 2026-02-16 15:55:07 +03:30
constants update 2026-02-16 15:55:07 +03:30
test update 2026-02-16 15:55:07 +03:30
.eslintrc update 2026-02-16 15:55:07 +03:30
CHANGELOG.md update 2026-02-16 15:55:07 +03:30
LICENSE update 2026-02-16 15:55:07 +03:30
README.md update 2026-02-16 15:55:07 +03:30
abs.d.ts update 2026-02-16 15:55:07 +03:30
abs.js update 2026-02-16 15:55:07 +03:30
floor.d.ts update 2026-02-16 15:55:07 +03:30
floor.js update 2026-02-16 15:55:07 +03:30
isFinite.d.ts update 2026-02-16 15:55:07 +03:30
isFinite.js update 2026-02-16 15:55:07 +03:30
isInteger.d.ts update 2026-02-16 15:55:07 +03:30
isInteger.js update 2026-02-16 15:55:07 +03:30
isNaN.d.ts update 2026-02-16 15:55:07 +03:30
isNaN.js update 2026-02-16 15:55:07 +03:30
isNegativeZero.d.ts update 2026-02-16 15:55:07 +03:30
isNegativeZero.js update 2026-02-16 15:55:07 +03:30
max.d.ts update 2026-02-16 15:55:07 +03:30
max.js update 2026-02-16 15:55:07 +03:30
min.d.ts update 2026-02-16 15:55:07 +03:30
min.js update 2026-02-16 15:55:07 +03:30
mod.d.ts update 2026-02-16 15:55:07 +03:30
mod.js update 2026-02-16 15:55:07 +03:30
package.json update 2026-02-16 15:55:07 +03:30
pow.d.ts update 2026-02-16 15:55:07 +03:30
pow.js update 2026-02-16 15:55:07 +03:30
round.d.ts update 2026-02-16 15:55:07 +03:30
round.js update 2026-02-16 15:55:07 +03:30
sign.d.ts update 2026-02-16 15:55:07 +03:30
sign.js update 2026-02-16 15:55:07 +03:30
tsconfig.json update 2026-02-16 15:55:07 +03:30

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.