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