冯博深 f143f24da4 first hace 7 horas
..
.github f143f24da4 first hace 7 horas
constants f143f24da4 first hace 7 horas
test f143f24da4 first hace 7 horas
.eslintrc f143f24da4 first hace 7 horas
CHANGELOG.md f143f24da4 first hace 7 horas
LICENSE f143f24da4 first hace 7 horas
README.md f143f24da4 first hace 7 horas
abs.d.ts f143f24da4 first hace 7 horas
abs.js f143f24da4 first hace 7 horas
floor.d.ts f143f24da4 first hace 7 horas
floor.js f143f24da4 first hace 7 horas
isFinite.d.ts f143f24da4 first hace 7 horas
isFinite.js f143f24da4 first hace 7 horas
isInteger.d.ts f143f24da4 first hace 7 horas
isInteger.js f143f24da4 first hace 7 horas
isNaN.d.ts f143f24da4 first hace 7 horas
isNaN.js f143f24da4 first hace 7 horas
isNegativeZero.d.ts f143f24da4 first hace 7 horas
isNegativeZero.js f143f24da4 first hace 7 horas
max.d.ts f143f24da4 first hace 7 horas
max.js f143f24da4 first hace 7 horas
min.d.ts f143f24da4 first hace 7 horas
min.js f143f24da4 first hace 7 horas
mod.d.ts f143f24da4 first hace 7 horas
mod.js f143f24da4 first hace 7 horas
package.json f143f24da4 first hace 7 horas
pow.d.ts f143f24da4 first hace 7 horas
pow.js f143f24da4 first hace 7 horas
round.d.ts f143f24da4 first hace 7 horas
round.js f143f24da4 first hace 7 horas
sign.d.ts f143f24da4 first hace 7 horas
sign.js f143f24da4 first hace 7 horas
tsconfig.json f143f24da4 first hace 7 horas

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.