This repository has been archived on 2026-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
todo/server/node_modules/math-intrinsics
2025-06-13 14:04:40 +08:00
..
.github Initial commit 2025-06-13 14:04:40 +08:00
constants Initial commit 2025-06-13 14:04:40 +08:00
test Initial commit 2025-06-13 14:04:40 +08:00
.eslintrc Initial commit 2025-06-13 14:04:40 +08:00
abs.d.ts Initial commit 2025-06-13 14:04:40 +08:00
abs.js Initial commit 2025-06-13 14:04:40 +08:00
CHANGELOG.md Initial commit 2025-06-13 14:04:40 +08:00
floor.d.ts Initial commit 2025-06-13 14:04:40 +08:00
floor.js Initial commit 2025-06-13 14:04:40 +08:00
isFinite.d.ts Initial commit 2025-06-13 14:04:40 +08:00
isFinite.js Initial commit 2025-06-13 14:04:40 +08:00
isInteger.d.ts Initial commit 2025-06-13 14:04:40 +08:00
isInteger.js Initial commit 2025-06-13 14:04:40 +08:00
isNaN.d.ts Initial commit 2025-06-13 14:04:40 +08:00
isNaN.js Initial commit 2025-06-13 14:04:40 +08:00
isNegativeZero.d.ts Initial commit 2025-06-13 14:04:40 +08:00
isNegativeZero.js Initial commit 2025-06-13 14:04:40 +08:00
LICENSE Initial commit 2025-06-13 14:04:40 +08:00
max.d.ts Initial commit 2025-06-13 14:04:40 +08:00
max.js Initial commit 2025-06-13 14:04:40 +08:00
min.d.ts Initial commit 2025-06-13 14:04:40 +08:00
min.js Initial commit 2025-06-13 14:04:40 +08:00
mod.d.ts Initial commit 2025-06-13 14:04:40 +08:00
mod.js Initial commit 2025-06-13 14:04:40 +08:00
package.json Initial commit 2025-06-13 14:04:40 +08:00
pow.d.ts Initial commit 2025-06-13 14:04:40 +08:00
pow.js Initial commit 2025-06-13 14:04:40 +08:00
README.md Initial commit 2025-06-13 14:04:40 +08:00
round.d.ts Initial commit 2025-06-13 14:04:40 +08:00
round.js Initial commit 2025-06-13 14:04:40 +08:00
sign.d.ts Initial commit 2025-06-13 14:04:40 +08:00
sign.js Initial commit 2025-06-13 14:04:40 +08:00
tsconfig.json Initial commit 2025-06-13 14:04:40 +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.