冯博深 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.