User a51b30e12f init 4 hónapja
..
.github a51b30e12f init 4 hónapja
constants a51b30e12f init 4 hónapja
test a51b30e12f init 4 hónapja
.eslintrc a51b30e12f init 4 hónapja
CHANGELOG.md a51b30e12f init 4 hónapja
LICENSE a51b30e12f init 4 hónapja
README.md a51b30e12f init 4 hónapja
abs.d.ts a51b30e12f init 4 hónapja
abs.js a51b30e12f init 4 hónapja
floor.d.ts a51b30e12f init 4 hónapja
floor.js a51b30e12f init 4 hónapja
isFinite.d.ts a51b30e12f init 4 hónapja
isFinite.js a51b30e12f init 4 hónapja
isInteger.d.ts a51b30e12f init 4 hónapja
isInteger.js a51b30e12f init 4 hónapja
isNaN.d.ts a51b30e12f init 4 hónapja
isNaN.js a51b30e12f init 4 hónapja
isNegativeZero.d.ts a51b30e12f init 4 hónapja
isNegativeZero.js a51b30e12f init 4 hónapja
max.d.ts a51b30e12f init 4 hónapja
max.js a51b30e12f init 4 hónapja
min.d.ts a51b30e12f init 4 hónapja
min.js a51b30e12f init 4 hónapja
mod.d.ts a51b30e12f init 4 hónapja
mod.js a51b30e12f init 4 hónapja
package.json a51b30e12f init 4 hónapja
pow.d.ts a51b30e12f init 4 hónapja
pow.js a51b30e12f init 4 hónapja
round.d.ts a51b30e12f init 4 hónapja
round.js a51b30e12f init 4 hónapja
sign.d.ts a51b30e12f init 4 hónapja
sign.js a51b30e12f init 4 hónapja
tsconfig.json a51b30e12f init 4 hónapja

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.