vvet_backend_1/node_modules/math-intrinsics
Sridhar260802 5acd95bc07 first commit 2025-05-09 12:46:18 +05:30
..
.github first commit 2025-05-09 12:46:18 +05:30
constants first commit 2025-05-09 12:46:18 +05:30
test first commit 2025-05-09 12:46:18 +05:30
.eslintrc first commit 2025-05-09 12:46:18 +05:30
CHANGELOG.md first commit 2025-05-09 12:46:18 +05:30
LICENSE first commit 2025-05-09 12:46:18 +05:30
README.md first commit 2025-05-09 12:46:18 +05:30
abs.d.ts first commit 2025-05-09 12:46:18 +05:30
abs.js first commit 2025-05-09 12:46:18 +05:30
floor.d.ts first commit 2025-05-09 12:46:18 +05:30
floor.js first commit 2025-05-09 12:46:18 +05:30
isFinite.d.ts first commit 2025-05-09 12:46:18 +05:30
isFinite.js first commit 2025-05-09 12:46:18 +05:30
isInteger.d.ts first commit 2025-05-09 12:46:18 +05:30
isInteger.js first commit 2025-05-09 12:46:18 +05:30
isNaN.d.ts first commit 2025-05-09 12:46:18 +05:30
isNaN.js first commit 2025-05-09 12:46:18 +05:30
isNegativeZero.d.ts first commit 2025-05-09 12:46:18 +05:30
isNegativeZero.js first commit 2025-05-09 12:46:18 +05:30
max.d.ts first commit 2025-05-09 12:46:18 +05:30
max.js first commit 2025-05-09 12:46:18 +05:30
min.d.ts first commit 2025-05-09 12:46:18 +05:30
min.js first commit 2025-05-09 12:46:18 +05:30
mod.d.ts first commit 2025-05-09 12:46:18 +05:30
mod.js first commit 2025-05-09 12:46:18 +05:30
package.json first commit 2025-05-09 12:46:18 +05:30
pow.d.ts first commit 2025-05-09 12:46:18 +05:30
pow.js first commit 2025-05-09 12:46:18 +05:30
round.d.ts first commit 2025-05-09 12:46:18 +05:30
round.js first commit 2025-05-09 12:46:18 +05:30
sign.d.ts first commit 2025-05-09 12:46:18 +05:30
sign.js first commit 2025-05-09 12:46:18 +05:30
tsconfig.json first commit 2025-05-09 12:46:18 +05:30

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.