RESTAPI_SERVER/node_modules/math-intrinsics
chpark 4d06e50345 Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
..
.github Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
constants Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
test Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
.eslintrc Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
CHANGELOG.md Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
LICENSE Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
README.md Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
abs.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
abs.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
floor.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
floor.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
isFinite.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
isFinite.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
isInteger.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
isInteger.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
isNaN.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
isNaN.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
isNegativeZero.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
isNegativeZero.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
max.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
max.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
min.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
min.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
mod.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
mod.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
package.json Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
pow.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
pow.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
round.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
round.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
sign.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
sign.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
tsconfig.json Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00

README.md

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.