seven c79d79ff8e 3333 il y a 1 mois
..
.github c79d79ff8e 3333 il y a 1 mois
constants c79d79ff8e 3333 il y a 1 mois
test c79d79ff8e 3333 il y a 1 mois
.eslintrc c79d79ff8e 3333 il y a 1 mois
CHANGELOG.md c79d79ff8e 3333 il y a 1 mois
LICENSE c79d79ff8e 3333 il y a 1 mois
README.md c79d79ff8e 3333 il y a 1 mois
abs.d.ts c79d79ff8e 3333 il y a 1 mois
abs.js c79d79ff8e 3333 il y a 1 mois
floor.d.ts c79d79ff8e 3333 il y a 1 mois
floor.js c79d79ff8e 3333 il y a 1 mois
isFinite.d.ts c79d79ff8e 3333 il y a 1 mois
isFinite.js c79d79ff8e 3333 il y a 1 mois
isInteger.d.ts c79d79ff8e 3333 il y a 1 mois
isInteger.js c79d79ff8e 3333 il y a 1 mois
isNaN.d.ts c79d79ff8e 3333 il y a 1 mois
isNaN.js c79d79ff8e 3333 il y a 1 mois
isNegativeZero.d.ts c79d79ff8e 3333 il y a 1 mois
isNegativeZero.js c79d79ff8e 3333 il y a 1 mois
max.d.ts c79d79ff8e 3333 il y a 1 mois
max.js c79d79ff8e 3333 il y a 1 mois
min.d.ts c79d79ff8e 3333 il y a 1 mois
min.js c79d79ff8e 3333 il y a 1 mois
mod.d.ts c79d79ff8e 3333 il y a 1 mois
mod.js c79d79ff8e 3333 il y a 1 mois
package.json c79d79ff8e 3333 il y a 1 mois
pow.d.ts c79d79ff8e 3333 il y a 1 mois
pow.js c79d79ff8e 3333 il y a 1 mois
round.d.ts c79d79ff8e 3333 il y a 1 mois
round.js c79d79ff8e 3333 il y a 1 mois
sign.d.ts c79d79ff8e 3333 il y a 1 mois
sign.js c79d79ff8e 3333 il y a 1 mois
tsconfig.json c79d79ff8e 3333 il y a 1 mois

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.