seven 717b51f178 init vor 10 Monaten
..
.github 717b51f178 init vor 10 Monaten
constants 717b51f178 init vor 10 Monaten
test 717b51f178 init vor 10 Monaten
.eslintrc 717b51f178 init vor 10 Monaten
CHANGELOG.md 717b51f178 init vor 10 Monaten
LICENSE 717b51f178 init vor 10 Monaten
README.md 717b51f178 init vor 10 Monaten
abs.d.ts 717b51f178 init vor 10 Monaten
abs.js 717b51f178 init vor 10 Monaten
floor.d.ts 717b51f178 init vor 10 Monaten
floor.js 717b51f178 init vor 10 Monaten
isFinite.d.ts 717b51f178 init vor 10 Monaten
isFinite.js 717b51f178 init vor 10 Monaten
isInteger.d.ts 717b51f178 init vor 10 Monaten
isInteger.js 717b51f178 init vor 10 Monaten
isNaN.d.ts 717b51f178 init vor 10 Monaten
isNaN.js 717b51f178 init vor 10 Monaten
isNegativeZero.d.ts 717b51f178 init vor 10 Monaten
isNegativeZero.js 717b51f178 init vor 10 Monaten
max.d.ts 717b51f178 init vor 10 Monaten
max.js 717b51f178 init vor 10 Monaten
min.d.ts 717b51f178 init vor 10 Monaten
min.js 717b51f178 init vor 10 Monaten
mod.d.ts 717b51f178 init vor 10 Monaten
mod.js 717b51f178 init vor 10 Monaten
package.json 717b51f178 init vor 10 Monaten
pow.d.ts 717b51f178 init vor 10 Monaten
pow.js 717b51f178 init vor 10 Monaten
round.d.ts 717b51f178 init vor 10 Monaten
round.js 717b51f178 init vor 10 Monaten
sign.d.ts 717b51f178 init vor 10 Monaten
sign.js 717b51f178 init vor 10 Monaten
tsconfig.json 717b51f178 init vor 10 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.