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

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.