冯博深 f143f24da4 first пре 1 дан
..
.github f143f24da4 first пре 1 дан
constants f143f24da4 first пре 1 дан
test f143f24da4 first пре 1 дан
.eslintrc f143f24da4 first пре 1 дан
CHANGELOG.md f143f24da4 first пре 1 дан
LICENSE f143f24da4 first пре 1 дан
README.md f143f24da4 first пре 1 дан
abs.d.ts f143f24da4 first пре 1 дан
abs.js f143f24da4 first пре 1 дан
floor.d.ts f143f24da4 first пре 1 дан
floor.js f143f24da4 first пре 1 дан
isFinite.d.ts f143f24da4 first пре 1 дан
isFinite.js f143f24da4 first пре 1 дан
isInteger.d.ts f143f24da4 first пре 1 дан
isInteger.js f143f24da4 first пре 1 дан
isNaN.d.ts f143f24da4 first пре 1 дан
isNaN.js f143f24da4 first пре 1 дан
isNegativeZero.d.ts f143f24da4 first пре 1 дан
isNegativeZero.js f143f24da4 first пре 1 дан
max.d.ts f143f24da4 first пре 1 дан
max.js f143f24da4 first пре 1 дан
min.d.ts f143f24da4 first пре 1 дан
min.js f143f24da4 first пре 1 дан
mod.d.ts f143f24da4 first пре 1 дан
mod.js f143f24da4 first пре 1 дан
package.json f143f24da4 first пре 1 дан
pow.d.ts f143f24da4 first пре 1 дан
pow.js f143f24da4 first пре 1 дан
round.d.ts f143f24da4 first пре 1 дан
round.js f143f24da4 first пре 1 дан
sign.d.ts f143f24da4 first пре 1 дан
sign.js f143f24da4 first пре 1 дан
tsconfig.json f143f24da4 first пре 1 дан

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.