Docker-ImageManagementOptim.../node_modules/math-intrinsics
adelyaou b37df7e84e Image management and optimization 2025-08-11 17:03:28 +07:00
..
.github Image management and optimization 2025-08-11 17:03:28 +07:00
constants Image management and optimization 2025-08-11 17:03:28 +07:00
test Image management and optimization 2025-08-11 17:03:28 +07:00
.eslintrc Image management and optimization 2025-08-11 17:03:28 +07:00
CHANGELOG.md Image management and optimization 2025-08-11 17:03:28 +07:00
LICENSE Image management and optimization 2025-08-11 17:03:28 +07:00
README.md Image management and optimization 2025-08-11 17:03:28 +07:00
abs.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
abs.js Image management and optimization 2025-08-11 17:03:28 +07:00
floor.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
floor.js Image management and optimization 2025-08-11 17:03:28 +07:00
isFinite.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
isFinite.js Image management and optimization 2025-08-11 17:03:28 +07:00
isInteger.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
isInteger.js Image management and optimization 2025-08-11 17:03:28 +07:00
isNaN.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
isNaN.js Image management and optimization 2025-08-11 17:03:28 +07:00
isNegativeZero.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
isNegativeZero.js Image management and optimization 2025-08-11 17:03:28 +07:00
max.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
max.js Image management and optimization 2025-08-11 17:03:28 +07:00
min.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
min.js Image management and optimization 2025-08-11 17:03:28 +07:00
mod.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
mod.js Image management and optimization 2025-08-11 17:03:28 +07:00
package.json Image management and optimization 2025-08-11 17:03:28 +07:00
pow.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
pow.js Image management and optimization 2025-08-11 17:03:28 +07:00
round.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
round.js Image management and optimization 2025-08-11 17:03:28 +07:00
sign.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
sign.js Image management and optimization 2025-08-11 17:03:28 +07:00
tsconfig.json Image management and optimization 2025-08-11 17:03:28 +07:00

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.