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.