zioinfo-mail/workspace/guardia-manager/frontend/node_modules/math-intrinsics
DESKTOP-TKLFCPR\ython cfe2901a55 refactor(structure): consolidate all projects under workspace/
- itsm/    -> workspace/guardia-itsm/
- manager/ -> workspace/guardia-manager/
- app/     -> workspace/guardia-messenger/
- manual/  -> workspace/guardia-docs/

workspace/zioinfo-web/ unchanged.
git mv preserves full commit history.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 23:50:56 +09:00
..
.github refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
constants refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
test refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
.eslintrc refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
abs.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
abs.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
CHANGELOG.md refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
floor.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
floor.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
isFinite.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
isFinite.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
isInteger.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
isInteger.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
isNaN.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
isNaN.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
isNegativeZero.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
isNegativeZero.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
LICENSE refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
max.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
max.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
min.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
min.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
mod.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
mod.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
package.json refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
pow.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
pow.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
README.md refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
round.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
round.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
sign.d.ts refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
sign.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
tsconfig.json refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +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.