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

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.