adi-o3-multipass/frontend/node_modules/math-intrinsics
2025-09-16 07:53:27 -05:00
..
.github added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
constants added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
test added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
.eslintrc added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
abs.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
abs.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
CHANGELOG.md added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
floor.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
floor.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
isFinite.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
isFinite.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
isInteger.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
isInteger.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
isNaN.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
isNaN.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
isNegativeZero.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
isNegativeZero.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
LICENSE added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
max.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
max.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
min.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
min.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
mod.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
mod.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
package.json added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
pow.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
pow.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
README.md added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
round.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
round.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
sign.d.ts added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
sign.js added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05:00
tsconfig.json added front end - can process one at a time currently - need to fix multi-upload and processing 2025-09-16 07:53:27 -05: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.