Gogs df670eaa27 first commit 3 هفته پیش
..
.github df670eaa27 first commit 3 هفته پیش
constants df670eaa27 first commit 3 هفته پیش
test df670eaa27 first commit 3 هفته پیش
.eslintrc df670eaa27 first commit 3 هفته پیش
CHANGELOG.md df670eaa27 first commit 3 هفته پیش
LICENSE df670eaa27 first commit 3 هفته پیش
README.md df670eaa27 first commit 3 هفته پیش
abs.d.ts df670eaa27 first commit 3 هفته پیش
abs.js df670eaa27 first commit 3 هفته پیش
floor.d.ts df670eaa27 first commit 3 هفته پیش
floor.js df670eaa27 first commit 3 هفته پیش
isFinite.d.ts df670eaa27 first commit 3 هفته پیش
isFinite.js df670eaa27 first commit 3 هفته پیش
isInteger.d.ts df670eaa27 first commit 3 هفته پیش
isInteger.js df670eaa27 first commit 3 هفته پیش
isNaN.d.ts df670eaa27 first commit 3 هفته پیش
isNaN.js df670eaa27 first commit 3 هفته پیش
isNegativeZero.d.ts df670eaa27 first commit 3 هفته پیش
isNegativeZero.js df670eaa27 first commit 3 هفته پیش
max.d.ts df670eaa27 first commit 3 هفته پیش
max.js df670eaa27 first commit 3 هفته پیش
min.d.ts df670eaa27 first commit 3 هفته پیش
min.js df670eaa27 first commit 3 هفته پیش
mod.d.ts df670eaa27 first commit 3 هفته پیش
mod.js df670eaa27 first commit 3 هفته پیش
package.json df670eaa27 first commit 3 هفته پیش
pow.d.ts df670eaa27 first commit 3 هفته پیش
pow.js df670eaa27 first commit 3 هفته پیش
round.d.ts df670eaa27 first commit 3 هفته پیش
round.js df670eaa27 first commit 3 هفته پیش
sign.d.ts df670eaa27 first commit 3 هفته پیش
sign.js df670eaa27 first commit 3 هفته پیش
tsconfig.json df670eaa27 first commit 3 هفته پیش

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.