infracloud/scripts/node_modules/math-intrinsics
2026-02-28 09:07:22 -03:00
..
.github docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
constants docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
test docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
.eslintrc docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
abs.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
abs.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
CHANGELOG.md docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
floor.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
floor.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
isFinite.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
isFinite.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
isInteger.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
isInteger.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
isNaN.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
isNaN.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
isNegativeZero.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
isNegativeZero.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
LICENSE docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
max.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
max.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
min.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
min.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
mod.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
mod.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
package.json docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
pow.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
pow.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
README.md docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
round.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
round.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
sign.d.ts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
sign.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
tsconfig.json docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -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.