seven c79d79ff8e 3333 преди 1 месец
..
.github c79d79ff8e 3333 преди 1 месец
constants c79d79ff8e 3333 преди 1 месец
test c79d79ff8e 3333 преди 1 месец
.eslintrc c79d79ff8e 3333 преди 1 месец
CHANGELOG.md c79d79ff8e 3333 преди 1 месец
LICENSE c79d79ff8e 3333 преди 1 месец
README.md c79d79ff8e 3333 преди 1 месец
abs.d.ts c79d79ff8e 3333 преди 1 месец
abs.js c79d79ff8e 3333 преди 1 месец
floor.d.ts c79d79ff8e 3333 преди 1 месец
floor.js c79d79ff8e 3333 преди 1 месец
isFinite.d.ts c79d79ff8e 3333 преди 1 месец
isFinite.js c79d79ff8e 3333 преди 1 месец
isInteger.d.ts c79d79ff8e 3333 преди 1 месец
isInteger.js c79d79ff8e 3333 преди 1 месец
isNaN.d.ts c79d79ff8e 3333 преди 1 месец
isNaN.js c79d79ff8e 3333 преди 1 месец
isNegativeZero.d.ts c79d79ff8e 3333 преди 1 месец
isNegativeZero.js c79d79ff8e 3333 преди 1 месец
max.d.ts c79d79ff8e 3333 преди 1 месец
max.js c79d79ff8e 3333 преди 1 месец
min.d.ts c79d79ff8e 3333 преди 1 месец
min.js c79d79ff8e 3333 преди 1 месец
mod.d.ts c79d79ff8e 3333 преди 1 месец
mod.js c79d79ff8e 3333 преди 1 месец
package.json c79d79ff8e 3333 преди 1 месец
pow.d.ts c79d79ff8e 3333 преди 1 месец
pow.js c79d79ff8e 3333 преди 1 месец
round.d.ts c79d79ff8e 3333 преди 1 месец
round.js c79d79ff8e 3333 преди 1 месец
sign.d.ts c79d79ff8e 3333 преди 1 месец
sign.js c79d79ff8e 3333 преди 1 месец
tsconfig.json c79d79ff8e 3333 преди 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.