dld_backend/node_modules/math-intrinsics
2025-10-30 12:13:02 +05:30
..
.github v0.0.1 2025-10-30 12:13:02 +05:30
constants v0.0.1 2025-10-30 12:13:02 +05:30
test v0.0.1 2025-10-30 12:13:02 +05:30
.eslintrc v0.0.1 2025-10-30 12:13:02 +05:30
abs.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
abs.js v0.0.1 2025-10-30 12:13:02 +05:30
CHANGELOG.md v0.0.1 2025-10-30 12:13:02 +05:30
floor.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
floor.js v0.0.1 2025-10-30 12:13:02 +05:30
isFinite.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
isFinite.js v0.0.1 2025-10-30 12:13:02 +05:30
isInteger.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
isInteger.js v0.0.1 2025-10-30 12:13:02 +05:30
isNaN.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
isNaN.js v0.0.1 2025-10-30 12:13:02 +05:30
isNegativeZero.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
isNegativeZero.js v0.0.1 2025-10-30 12:13:02 +05:30
LICENSE v0.0.1 2025-10-30 12:13:02 +05:30
max.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
max.js v0.0.1 2025-10-30 12:13:02 +05:30
min.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
min.js v0.0.1 2025-10-30 12:13:02 +05:30
mod.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
mod.js v0.0.1 2025-10-30 12:13:02 +05:30
package.json v0.0.1 2025-10-30 12:13:02 +05:30
pow.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
pow.js v0.0.1 2025-10-30 12:13:02 +05:30
README.md v0.0.1 2025-10-30 12:13:02 +05:30
round.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
round.js v0.0.1 2025-10-30 12:13:02 +05:30
sign.d.ts v0.0.1 2025-10-30 12:13:02 +05:30
sign.js v0.0.1 2025-10-30 12:13:02 +05:30
tsconfig.json v0.0.1 2025-10-30 12:13:02 +05:30

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.