AeThex-Engine-Core/services/auth-service/node_modules/math-intrinsics
mrpiglr 190b6b2eab
Some checks are pending
Build AeThex Engine / build-windows (push) Waiting to run
Build AeThex Engine / build-linux (push) Waiting to run
Build AeThex Engine / build-macos (push) Waiting to run
Build AeThex Engine / create-release (push) Blocked by required conditions
Deploy Docsify Documentation / build (push) Waiting to run
Deploy Docsify Documentation / deploy (push) Blocked by required conditions
chore: sync local changes to Forgejo
2026-03-13 00:37:06 -07:00
..
.github chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
constants chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
test chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
.eslintrc chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
abs.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
abs.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
CHANGELOG.md chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
floor.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
floor.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
isFinite.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
isFinite.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
isInteger.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
isInteger.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
isNaN.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
isNaN.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
isNegativeZero.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
isNegativeZero.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
LICENSE chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
max.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
max.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
min.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
min.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
mod.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
mod.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
package.json chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
pow.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
pow.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
README.md chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
round.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
round.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
sign.d.ts chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
sign.js chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07:00
tsconfig.json chore: sync local changes to Forgejo 2026-03-13 00:37:06 -07: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.