Gogs df670eaa27 first commit пре 3 недеља
..
.github df670eaa27 first commit пре 3 недеља
constants df670eaa27 first commit пре 3 недеља
test df670eaa27 first commit пре 3 недеља
.eslintrc df670eaa27 first commit пре 3 недеља
CHANGELOG.md df670eaa27 first commit пре 3 недеља
LICENSE df670eaa27 first commit пре 3 недеља
README.md df670eaa27 first commit пре 3 недеља
abs.d.ts df670eaa27 first commit пре 3 недеља
abs.js df670eaa27 first commit пре 3 недеља
floor.d.ts df670eaa27 first commit пре 3 недеља
floor.js df670eaa27 first commit пре 3 недеља
isFinite.d.ts df670eaa27 first commit пре 3 недеља
isFinite.js df670eaa27 first commit пре 3 недеља
isInteger.d.ts df670eaa27 first commit пре 3 недеља
isInteger.js df670eaa27 first commit пре 3 недеља
isNaN.d.ts df670eaa27 first commit пре 3 недеља
isNaN.js df670eaa27 first commit пре 3 недеља
isNegativeZero.d.ts df670eaa27 first commit пре 3 недеља
isNegativeZero.js df670eaa27 first commit пре 3 недеља
max.d.ts df670eaa27 first commit пре 3 недеља
max.js df670eaa27 first commit пре 3 недеља
min.d.ts df670eaa27 first commit пре 3 недеља
min.js df670eaa27 first commit пре 3 недеља
mod.d.ts df670eaa27 first commit пре 3 недеља
mod.js df670eaa27 first commit пре 3 недеља
package.json df670eaa27 first commit пре 3 недеља
pow.d.ts df670eaa27 first commit пре 3 недеља
pow.js df670eaa27 first commit пре 3 недеља
round.d.ts df670eaa27 first commit пре 3 недеља
round.js df670eaa27 first commit пре 3 недеља
sign.d.ts df670eaa27 first commit пре 3 недеља
sign.js df670eaa27 first commit пре 3 недеља
tsconfig.json df670eaa27 first commit пре 3 недеља

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.