zhibo/archive/extras/live-streaming/node_modules/math-intrinsics
2025-12-22 11:14:06 +08:00
..
.github chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
constants chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
test chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
.eslintrc chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
abs.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
abs.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
CHANGELOG.md chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
floor.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
floor.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
isFinite.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
isFinite.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
isInteger.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
isInteger.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
isNaN.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
isNaN.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
isNegativeZero.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
isNegativeZero.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
LICENSE chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
max.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
max.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
min.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
min.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
mod.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
mod.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
package.json chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
pow.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
pow.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
README.md chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
round.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
round.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
sign.d.ts chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
sign.js chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
tsconfig.json chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08: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.