冯博深 f143f24da4 first hai 20 horas
..
.github f143f24da4 first hai 20 horas
constants f143f24da4 first hai 20 horas
test f143f24da4 first hai 20 horas
.eslintrc f143f24da4 first hai 20 horas
CHANGELOG.md f143f24da4 first hai 20 horas
LICENSE f143f24da4 first hai 20 horas
README.md f143f24da4 first hai 20 horas
abs.d.ts f143f24da4 first hai 20 horas
abs.js f143f24da4 first hai 20 horas
floor.d.ts f143f24da4 first hai 20 horas
floor.js f143f24da4 first hai 20 horas
isFinite.d.ts f143f24da4 first hai 20 horas
isFinite.js f143f24da4 first hai 20 horas
isInteger.d.ts f143f24da4 first hai 20 horas
isInteger.js f143f24da4 first hai 20 horas
isNaN.d.ts f143f24da4 first hai 20 horas
isNaN.js f143f24da4 first hai 20 horas
isNegativeZero.d.ts f143f24da4 first hai 20 horas
isNegativeZero.js f143f24da4 first hai 20 horas
max.d.ts f143f24da4 first hai 20 horas
max.js f143f24da4 first hai 20 horas
min.d.ts f143f24da4 first hai 20 horas
min.js f143f24da4 first hai 20 horas
mod.d.ts f143f24da4 first hai 20 horas
mod.js f143f24da4 first hai 20 horas
package.json f143f24da4 first hai 20 horas
pow.d.ts f143f24da4 first hai 20 horas
pow.js f143f24da4 first hai 20 horas
round.d.ts f143f24da4 first hai 20 horas
round.js f143f24da4 first hai 20 horas
sign.d.ts f143f24da4 first hai 20 horas
sign.js f143f24da4 first hai 20 horas
tsconfig.json f143f24da4 first hai 20 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.