elearning/Frontend-Learner/node_modules/math-intrinsics
2026-01-13 10:48:02 +07:00
..
.github Website Structure 2026-01-13 10:48:02 +07:00
constants Website Structure 2026-01-13 10:48:02 +07:00
test Website Structure 2026-01-13 10:48:02 +07:00
.eslintrc Website Structure 2026-01-13 10:48:02 +07:00
abs.d.ts Website Structure 2026-01-13 10:48:02 +07:00
abs.js Website Structure 2026-01-13 10:48:02 +07:00
CHANGELOG.md Website Structure 2026-01-13 10:48:02 +07:00
floor.d.ts Website Structure 2026-01-13 10:48:02 +07:00
floor.js Website Structure 2026-01-13 10:48:02 +07:00
isFinite.d.ts Website Structure 2026-01-13 10:48:02 +07:00
isFinite.js Website Structure 2026-01-13 10:48:02 +07:00
isInteger.d.ts Website Structure 2026-01-13 10:48:02 +07:00
isInteger.js Website Structure 2026-01-13 10:48:02 +07:00
isNaN.d.ts Website Structure 2026-01-13 10:48:02 +07:00
isNaN.js Website Structure 2026-01-13 10:48:02 +07:00
isNegativeZero.d.ts Website Structure 2026-01-13 10:48:02 +07:00
isNegativeZero.js Website Structure 2026-01-13 10:48:02 +07:00
LICENSE Website Structure 2026-01-13 10:48:02 +07:00
max.d.ts Website Structure 2026-01-13 10:48:02 +07:00
max.js Website Structure 2026-01-13 10:48:02 +07:00
min.d.ts Website Structure 2026-01-13 10:48:02 +07:00
min.js Website Structure 2026-01-13 10:48:02 +07:00
mod.d.ts Website Structure 2026-01-13 10:48:02 +07:00
mod.js Website Structure 2026-01-13 10:48:02 +07:00
package.json Website Structure 2026-01-13 10:48:02 +07:00
pow.d.ts Website Structure 2026-01-13 10:48:02 +07:00
pow.js Website Structure 2026-01-13 10:48:02 +07:00
README.md Website Structure 2026-01-13 10:48:02 +07:00
round.d.ts Website Structure 2026-01-13 10:48:02 +07:00
round.js Website Structure 2026-01-13 10:48:02 +07:00
sign.d.ts Website Structure 2026-01-13 10:48:02 +07:00
sign.js Website Structure 2026-01-13 10:48:02 +07:00
tsconfig.json Website Structure 2026-01-13 10:48:02 +07: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.