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.