seven 717b51f178 init пре 11 месеци
..
.github 717b51f178 init пре 11 месеци
constants 717b51f178 init пре 11 месеци
test 717b51f178 init пре 11 месеци
.eslintrc 717b51f178 init пре 11 месеци
CHANGELOG.md 717b51f178 init пре 11 месеци
LICENSE 717b51f178 init пре 11 месеци
README.md 717b51f178 init пре 11 месеци
abs.d.ts 717b51f178 init пре 11 месеци
abs.js 717b51f178 init пре 11 месеци
floor.d.ts 717b51f178 init пре 11 месеци
floor.js 717b51f178 init пре 11 месеци
isFinite.d.ts 717b51f178 init пре 11 месеци
isFinite.js 717b51f178 init пре 11 месеци
isInteger.d.ts 717b51f178 init пре 11 месеци
isInteger.js 717b51f178 init пре 11 месеци
isNaN.d.ts 717b51f178 init пре 11 месеци
isNaN.js 717b51f178 init пре 11 месеци
isNegativeZero.d.ts 717b51f178 init пре 11 месеци
isNegativeZero.js 717b51f178 init пре 11 месеци
max.d.ts 717b51f178 init пре 11 месеци
max.js 717b51f178 init пре 11 месеци
min.d.ts 717b51f178 init пре 11 месеци
min.js 717b51f178 init пре 11 месеци
mod.d.ts 717b51f178 init пре 11 месеци
mod.js 717b51f178 init пре 11 месеци
package.json 717b51f178 init пре 11 месеци
pow.d.ts 717b51f178 init пре 11 месеци
pow.js 717b51f178 init пре 11 месеци
round.d.ts 717b51f178 init пре 11 месеци
round.js 717b51f178 init пре 11 месеци
sign.d.ts 717b51f178 init пре 11 месеци
sign.js 717b51f178 init пре 11 месеци
tsconfig.json 717b51f178 init пре 11 месеци

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.