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

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.