glam/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics
2025-12-21 00:01:54 +01:00
..
.github remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
constants remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
test remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
.eslintrc remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
abs.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
abs.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
CHANGELOG.md remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
floor.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
floor.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
isFinite.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
isFinite.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
isInteger.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
isInteger.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
isNaN.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
isNaN.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
isNegativeZero.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
isNegativeZero.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
LICENSE remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
max.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
max.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
min.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
min.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
mod.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
mod.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
package.json remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
pow.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
pow.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
README.md remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
round.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
round.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
sign.d.ts remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
sign.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
tsconfig.json remove a,bihguous web-claims 2025-12-21 00:01:54 +01: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.