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

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.