seven 717b51f178 init 6 روز پیش
..
.github 717b51f178 init 6 روز پیش
constants 717b51f178 init 6 روز پیش
test 717b51f178 init 6 روز پیش
.eslintrc 717b51f178 init 6 روز پیش
CHANGELOG.md 717b51f178 init 6 روز پیش
LICENSE 717b51f178 init 6 روز پیش
README.md 717b51f178 init 6 روز پیش
abs.d.ts 717b51f178 init 6 روز پیش
abs.js 717b51f178 init 6 روز پیش
floor.d.ts 717b51f178 init 6 روز پیش
floor.js 717b51f178 init 6 روز پیش
isFinite.d.ts 717b51f178 init 6 روز پیش
isFinite.js 717b51f178 init 6 روز پیش
isInteger.d.ts 717b51f178 init 6 روز پیش
isInteger.js 717b51f178 init 6 روز پیش
isNaN.d.ts 717b51f178 init 6 روز پیش
isNaN.js 717b51f178 init 6 روز پیش
isNegativeZero.d.ts 717b51f178 init 6 روز پیش
isNegativeZero.js 717b51f178 init 6 روز پیش
max.d.ts 717b51f178 init 6 روز پیش
max.js 717b51f178 init 6 روز پیش
min.d.ts 717b51f178 init 6 روز پیش
min.js 717b51f178 init 6 روز پیش
mod.d.ts 717b51f178 init 6 روز پیش
mod.js 717b51f178 init 6 روز پیش
package.json 717b51f178 init 6 روز پیش
pow.d.ts 717b51f178 init 6 روز پیش
pow.js 717b51f178 init 6 روز پیش
round.d.ts 717b51f178 init 6 روز پیش
round.js 717b51f178 init 6 روز پیش
sign.d.ts 717b51f178 init 6 روز پیش
sign.js 717b51f178 init 6 روز پیش
tsconfig.json 717b51f178 init 6 روز پیش

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.