ken_nogi/NodeJS/postfixConsole/node_modules/math-intrinsics
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00
..
.github up 2026-07-10 18:13:30 +09:00
constants up 2026-07-10 18:13:30 +09:00
test up 2026-07-10 18:13:30 +09:00
.eslintrc up 2026-07-10 18:13:30 +09:00
abs.d.ts up 2026-07-10 18:13:30 +09:00
abs.js up 2026-07-10 18:13:30 +09:00
CHANGELOG.md up 2026-07-10 18:13:30 +09:00
floor.d.ts up 2026-07-10 18:13:30 +09:00
floor.js up 2026-07-10 18:13:30 +09:00
isFinite.d.ts up 2026-07-10 18:13:30 +09:00
isFinite.js up 2026-07-10 18:13:30 +09:00
isInteger.d.ts up 2026-07-10 18:13:30 +09:00
isInteger.js up 2026-07-10 18:13:30 +09:00
isNaN.d.ts up 2026-07-10 18:13:30 +09:00
isNaN.js up 2026-07-10 18:13:30 +09:00
isNegativeZero.d.ts up 2026-07-10 18:13:30 +09:00
isNegativeZero.js up 2026-07-10 18:13:30 +09:00
LICENSE up 2026-07-10 18:13:30 +09:00
max.d.ts up 2026-07-10 18:13:30 +09:00
max.js up 2026-07-10 18:13:30 +09:00
min.d.ts up 2026-07-10 18:13:30 +09:00
min.js up 2026-07-10 18:13:30 +09:00
mod.d.ts up 2026-07-10 18:13:30 +09:00
mod.js up 2026-07-10 18:13:30 +09:00
package.json up 2026-07-10 18:13:30 +09:00
pow.d.ts up 2026-07-10 18:13:30 +09:00
pow.js up 2026-07-10 18:13:30 +09:00
README.md up 2026-07-10 18:13:30 +09:00
round.d.ts up 2026-07-10 18:13:30 +09:00
round.js up 2026-07-10 18:13:30 +09:00
sign.d.ts up 2026-07-10 18:13:30 +09:00
sign.js up 2026-07-10 18:13:30 +09:00
tsconfig.json up 2026-07-10 18:13:30 +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.