Gogs df670eaa27 first commit 3 týždňov pred
..
.github df670eaa27 first commit 3 týždňov pred
constants df670eaa27 first commit 3 týždňov pred
test df670eaa27 first commit 3 týždňov pred
.eslintrc df670eaa27 first commit 3 týždňov pred
CHANGELOG.md df670eaa27 first commit 3 týždňov pred
LICENSE df670eaa27 first commit 3 týždňov pred
README.md df670eaa27 first commit 3 týždňov pred
abs.d.ts df670eaa27 first commit 3 týždňov pred
abs.js df670eaa27 first commit 3 týždňov pred
floor.d.ts df670eaa27 first commit 3 týždňov pred
floor.js df670eaa27 first commit 3 týždňov pred
isFinite.d.ts df670eaa27 first commit 3 týždňov pred
isFinite.js df670eaa27 first commit 3 týždňov pred
isInteger.d.ts df670eaa27 first commit 3 týždňov pred
isInteger.js df670eaa27 first commit 3 týždňov pred
isNaN.d.ts df670eaa27 first commit 3 týždňov pred
isNaN.js df670eaa27 first commit 3 týždňov pred
isNegativeZero.d.ts df670eaa27 first commit 3 týždňov pred
isNegativeZero.js df670eaa27 first commit 3 týždňov pred
max.d.ts df670eaa27 first commit 3 týždňov pred
max.js df670eaa27 first commit 3 týždňov pred
min.d.ts df670eaa27 first commit 3 týždňov pred
min.js df670eaa27 first commit 3 týždňov pred
mod.d.ts df670eaa27 first commit 3 týždňov pred
mod.js df670eaa27 first commit 3 týždňov pred
package.json df670eaa27 first commit 3 týždňov pred
pow.d.ts df670eaa27 first commit 3 týždňov pred
pow.js df670eaa27 first commit 3 týždňov pred
round.d.ts df670eaa27 first commit 3 týždňov pred
round.js df670eaa27 first commit 3 týždňov pred
sign.d.ts df670eaa27 first commit 3 týždňov pred
sign.js df670eaa27 first commit 3 týždňov pred
tsconfig.json df670eaa27 first commit 3 týždňov pred

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.