X\choro 48f1b97cc3 first commit 10 hónapja
..
.github 48f1b97cc3 first commit 10 hónapja
constants 48f1b97cc3 first commit 10 hónapja
test 48f1b97cc3 first commit 10 hónapja
.eslintrc 48f1b97cc3 first commit 10 hónapja
CHANGELOG.md 48f1b97cc3 first commit 10 hónapja
LICENSE 48f1b97cc3 first commit 10 hónapja
README.md 48f1b97cc3 first commit 10 hónapja
abs.d.ts 48f1b97cc3 first commit 10 hónapja
abs.js 48f1b97cc3 first commit 10 hónapja
floor.d.ts 48f1b97cc3 first commit 10 hónapja
floor.js 48f1b97cc3 first commit 10 hónapja
isFinite.d.ts 48f1b97cc3 first commit 10 hónapja
isFinite.js 48f1b97cc3 first commit 10 hónapja
isInteger.d.ts 48f1b97cc3 first commit 10 hónapja
isInteger.js 48f1b97cc3 first commit 10 hónapja
isNaN.d.ts 48f1b97cc3 first commit 10 hónapja
isNaN.js 48f1b97cc3 first commit 10 hónapja
isNegativeZero.d.ts 48f1b97cc3 first commit 10 hónapja
isNegativeZero.js 48f1b97cc3 first commit 10 hónapja
max.d.ts 48f1b97cc3 first commit 10 hónapja
max.js 48f1b97cc3 first commit 10 hónapja
min.d.ts 48f1b97cc3 first commit 10 hónapja
min.js 48f1b97cc3 first commit 10 hónapja
mod.d.ts 48f1b97cc3 first commit 10 hónapja
mod.js 48f1b97cc3 first commit 10 hónapja
package.json 48f1b97cc3 first commit 10 hónapja
pow.d.ts 48f1b97cc3 first commit 10 hónapja
pow.js 48f1b97cc3 first commit 10 hónapja
round.d.ts 48f1b97cc3 first commit 10 hónapja
round.js 48f1b97cc3 first commit 10 hónapja
sign.d.ts 48f1b97cc3 first commit 10 hónapja
sign.js 48f1b97cc3 first commit 10 hónapja
tsconfig.json 48f1b97cc3 first commit 10 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.