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