cmux/node_modules/math-intrinsics
2026-01-29 17:36:26 -08:00
..
.github Update app and tooling 2026-01-29 17:36:26 -08:00
constants Update app and tooling 2026-01-29 17:36:26 -08:00
test Update app and tooling 2026-01-29 17:36:26 -08:00
.eslintrc Update app and tooling 2026-01-29 17:36:26 -08:00
abs.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
abs.js Update app and tooling 2026-01-29 17:36:26 -08:00
CHANGELOG.md Update app and tooling 2026-01-29 17:36:26 -08:00
floor.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
floor.js Update app and tooling 2026-01-29 17:36:26 -08:00
isFinite.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
isFinite.js Update app and tooling 2026-01-29 17:36:26 -08:00
isInteger.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
isInteger.js Update app and tooling 2026-01-29 17:36:26 -08:00
isNaN.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
isNaN.js Update app and tooling 2026-01-29 17:36:26 -08:00
isNegativeZero.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
isNegativeZero.js Update app and tooling 2026-01-29 17:36:26 -08:00
LICENSE Update app and tooling 2026-01-29 17:36:26 -08:00
max.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
max.js Update app and tooling 2026-01-29 17:36:26 -08:00
min.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
min.js Update app and tooling 2026-01-29 17:36:26 -08:00
mod.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
mod.js Update app and tooling 2026-01-29 17:36:26 -08:00
package.json Update app and tooling 2026-01-29 17:36:26 -08:00
pow.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
pow.js Update app and tooling 2026-01-29 17:36:26 -08:00
README.md Update app and tooling 2026-01-29 17:36:26 -08:00
round.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
round.js Update app and tooling 2026-01-29 17:36:26 -08:00
sign.d.ts Update app and tooling 2026-01-29 17:36:26 -08:00
sign.js Update app and tooling 2026-01-29 17:36:26 -08:00
tsconfig.json Update app and tooling 2026-01-29 17:36:26 -08:00

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.