nodejs-video-streamer/node_modules/math-intrinsics
2025-09-26 16:57:09 +05:30
..
.github A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
constants A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
test A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
.eslintrc A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
abs.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
abs.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
CHANGELOG.md A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
floor.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
floor.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
isFinite.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
isFinite.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
isInteger.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
isInteger.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
isNaN.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
isNaN.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
isNegativeZero.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
isNegativeZero.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
LICENSE A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
max.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
max.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
min.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
min.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
mod.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
mod.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
package.json A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
pow.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
pow.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
README.md A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
round.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
round.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
sign.d.ts A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
sign.js A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30
tsconfig.json A Simple Node JS code to stream video files 2025-09-26 16:57:09 +05:30

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.