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.