seven 717b51f178 init пре 6 дана
..
.github 717b51f178 init пре 6 дана
constants 717b51f178 init пре 6 дана
test 717b51f178 init пре 6 дана
.eslintrc 717b51f178 init пре 6 дана
CHANGELOG.md 717b51f178 init пре 6 дана
LICENSE 717b51f178 init пре 6 дана
README.md 717b51f178 init пре 6 дана
abs.d.ts 717b51f178 init пре 6 дана
abs.js 717b51f178 init пре 6 дана
floor.d.ts 717b51f178 init пре 6 дана
floor.js 717b51f178 init пре 6 дана
isFinite.d.ts 717b51f178 init пре 6 дана
isFinite.js 717b51f178 init пре 6 дана
isInteger.d.ts 717b51f178 init пре 6 дана
isInteger.js 717b51f178 init пре 6 дана
isNaN.d.ts 717b51f178 init пре 6 дана
isNaN.js 717b51f178 init пре 6 дана
isNegativeZero.d.ts 717b51f178 init пре 6 дана
isNegativeZero.js 717b51f178 init пре 6 дана
max.d.ts 717b51f178 init пре 6 дана
max.js 717b51f178 init пре 6 дана
min.d.ts 717b51f178 init пре 6 дана
min.js 717b51f178 init пре 6 дана
mod.d.ts 717b51f178 init пре 6 дана
mod.js 717b51f178 init пре 6 дана
package.json 717b51f178 init пре 6 дана
pow.d.ts 717b51f178 init пре 6 дана
pow.js 717b51f178 init пре 6 дана
round.d.ts 717b51f178 init пре 6 дана
round.js 717b51f178 init пре 6 дана
sign.d.ts 717b51f178 init пре 6 дана
sign.js 717b51f178 init пре 6 дана
tsconfig.json 717b51f178 init пре 6 дана

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.