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

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.