zkt26/node_modules/math-intrinsics
2026-03-22 12:47:16 +01:00
..
.github final without readme 2026-03-22 12:47:16 +01:00
constants final without readme 2026-03-22 12:47:16 +01:00
test final without readme 2026-03-22 12:47:16 +01:00
.eslintrc final without readme 2026-03-22 12:47:16 +01:00
abs.d.ts final without readme 2026-03-22 12:47:16 +01:00
abs.js final without readme 2026-03-22 12:47:16 +01:00
CHANGELOG.md final without readme 2026-03-22 12:47:16 +01:00
floor.d.ts final without readme 2026-03-22 12:47:16 +01:00
floor.js final without readme 2026-03-22 12:47:16 +01:00
isFinite.d.ts final without readme 2026-03-22 12:47:16 +01:00
isFinite.js final without readme 2026-03-22 12:47:16 +01:00
isInteger.d.ts final without readme 2026-03-22 12:47:16 +01:00
isInteger.js final without readme 2026-03-22 12:47:16 +01:00
isNaN.d.ts final without readme 2026-03-22 12:47:16 +01:00
isNaN.js final without readme 2026-03-22 12:47:16 +01:00
isNegativeZero.d.ts final without readme 2026-03-22 12:47:16 +01:00
isNegativeZero.js final without readme 2026-03-22 12:47:16 +01:00
LICENSE final without readme 2026-03-22 12:47:16 +01:00
max.d.ts final without readme 2026-03-22 12:47:16 +01:00
max.js final without readme 2026-03-22 12:47:16 +01:00
min.d.ts final without readme 2026-03-22 12:47:16 +01:00
min.js final without readme 2026-03-22 12:47:16 +01:00
mod.d.ts final without readme 2026-03-22 12:47:16 +01:00
mod.js final without readme 2026-03-22 12:47:16 +01:00
package.json final without readme 2026-03-22 12:47:16 +01:00
pow.d.ts final without readme 2026-03-22 12:47:16 +01:00
pow.js final without readme 2026-03-22 12:47:16 +01:00
README.md final without readme 2026-03-22 12:47:16 +01:00
round.d.ts final without readme 2026-03-22 12:47:16 +01:00
round.js final without readme 2026-03-22 12:47:16 +01:00
sign.d.ts final without readme 2026-03-22 12:47:16 +01:00
sign.js final without readme 2026-03-22 12:47:16 +01:00
tsconfig.json final without readme 2026-03-22 12:47:16 +01: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.