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

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.