Node/node_modules/math-intrinsics
2025-02-15 00:34:31 +03:00
..
.github Oluşturuldu 2025-02-15 00:34:31 +03:00
constants Oluşturuldu 2025-02-15 00:34:31 +03:00
test Oluşturuldu 2025-02-15 00:34:31 +03:00
.eslintrc Oluşturuldu 2025-02-15 00:34:31 +03:00
abs.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
abs.js Oluşturuldu 2025-02-15 00:34:31 +03:00
CHANGELOG.md Oluşturuldu 2025-02-15 00:34:31 +03:00
floor.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
floor.js Oluşturuldu 2025-02-15 00:34:31 +03:00
isFinite.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
isFinite.js Oluşturuldu 2025-02-15 00:34:31 +03:00
isInteger.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
isInteger.js Oluşturuldu 2025-02-15 00:34:31 +03:00
isNaN.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
isNaN.js Oluşturuldu 2025-02-15 00:34:31 +03:00
isNegativeZero.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
isNegativeZero.js Oluşturuldu 2025-02-15 00:34:31 +03:00
LICENSE Oluşturuldu 2025-02-15 00:34:31 +03:00
max.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
max.js Oluşturuldu 2025-02-15 00:34:31 +03:00
min.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
min.js Oluşturuldu 2025-02-15 00:34:31 +03:00
mod.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
mod.js Oluşturuldu 2025-02-15 00:34:31 +03:00
package.json Oluşturuldu 2025-02-15 00:34:31 +03:00
pow.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
pow.js Oluşturuldu 2025-02-15 00:34:31 +03:00
README.md Oluşturuldu 2025-02-15 00:34:31 +03:00
round.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
round.js Oluşturuldu 2025-02-15 00:34:31 +03:00
sign.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
sign.js Oluşturuldu 2025-02-15 00:34:31 +03:00
tsconfig.json Oluşturuldu 2025-02-15 00:34:31 +03: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.