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

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.