ken_nogi/NodeJS/express/node_modules/math-intrinsics
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00
..
.github NodeJS 2025-07-10 10:12:37 +09:00
constants NodeJS 2025-07-10 10:12:37 +09:00
test NodeJS 2025-07-10 10:12:37 +09:00
.eslintrc NodeJS 2025-07-10 10:12:37 +09:00
abs.d.ts NodeJS 2025-07-10 10:12:37 +09:00
abs.js NodeJS 2025-07-10 10:12:37 +09:00
CHANGELOG.md NodeJS 2025-07-10 10:12:37 +09:00
floor.d.ts NodeJS 2025-07-10 10:12:37 +09:00
floor.js NodeJS 2025-07-10 10:12:37 +09:00
isFinite.d.ts NodeJS 2025-07-10 10:12:37 +09:00
isFinite.js NodeJS 2025-07-10 10:12:37 +09:00
isInteger.d.ts NodeJS 2025-07-10 10:12:37 +09:00
isInteger.js NodeJS 2025-07-10 10:12:37 +09:00
isNaN.d.ts NodeJS 2025-07-10 10:12:37 +09:00
isNaN.js NodeJS 2025-07-10 10:12:37 +09:00
isNegativeZero.d.ts NodeJS 2025-07-10 10:12:37 +09:00
isNegativeZero.js NodeJS 2025-07-10 10:12:37 +09:00
LICENSE NodeJS 2025-07-10 10:12:37 +09:00
max.d.ts NodeJS 2025-07-10 10:12:37 +09:00
max.js NodeJS 2025-07-10 10:12:37 +09:00
min.d.ts NodeJS 2025-07-10 10:12:37 +09:00
min.js NodeJS 2025-07-10 10:12:37 +09:00
mod.d.ts NodeJS 2025-07-10 10:12:37 +09:00
mod.js NodeJS 2025-07-10 10:12:37 +09:00
package.json NodeJS 2025-07-10 10:12:37 +09:00
pow.d.ts NodeJS 2025-07-10 10:12:37 +09:00
pow.js NodeJS 2025-07-10 10:12:37 +09:00
README.md NodeJS 2025-07-10 10:12:37 +09:00
round.d.ts NodeJS 2025-07-10 10:12:37 +09:00
round.js NodeJS 2025-07-10 10:12:37 +09:00
sign.d.ts NodeJS 2025-07-10 10:12:37 +09:00
sign.js NodeJS 2025-07-10 10:12:37 +09:00
tsconfig.json NodeJS 2025-07-10 10:12:37 +09: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.