冯博深 e3294c98a1 first 20 órája
..
.github e3294c98a1 first 20 órája
constants e3294c98a1 first 20 órája
test e3294c98a1 first 20 órája
.eslintrc e3294c98a1 first 20 órája
CHANGELOG.md e3294c98a1 first 20 órája
LICENSE e3294c98a1 first 20 órája
README.md e3294c98a1 first 20 órája
abs.d.ts e3294c98a1 first 20 órája
abs.js e3294c98a1 first 20 órája
floor.d.ts e3294c98a1 first 20 órája
floor.js e3294c98a1 first 20 órája
isFinite.d.ts e3294c98a1 first 20 órája
isFinite.js e3294c98a1 first 20 órája
isInteger.d.ts e3294c98a1 first 20 órája
isInteger.js e3294c98a1 first 20 órája
isNaN.d.ts e3294c98a1 first 20 órája
isNaN.js e3294c98a1 first 20 órája
isNegativeZero.d.ts e3294c98a1 first 20 órája
isNegativeZero.js e3294c98a1 first 20 órája
max.d.ts e3294c98a1 first 20 órája
max.js e3294c98a1 first 20 órája
min.d.ts e3294c98a1 first 20 órája
min.js e3294c98a1 first 20 órája
mod.d.ts e3294c98a1 first 20 órája
mod.js e3294c98a1 first 20 órája
package.json e3294c98a1 first 20 órája
pow.d.ts e3294c98a1 first 20 órája
pow.js e3294c98a1 first 20 órája
round.d.ts e3294c98a1 first 20 órája
round.js e3294c98a1 first 20 órája
sign.d.ts e3294c98a1 first 20 órája
sign.js e3294c98a1 first 20 órája
tsconfig.json e3294c98a1 first 20 órája

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.