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

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.