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

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.