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.