X\choro 48f1b97cc3 first commit 10 luni în urmă
..
.github 48f1b97cc3 first commit 10 luni în urmă
constants 48f1b97cc3 first commit 10 luni în urmă
test 48f1b97cc3 first commit 10 luni în urmă
.eslintrc 48f1b97cc3 first commit 10 luni în urmă
CHANGELOG.md 48f1b97cc3 first commit 10 luni în urmă
LICENSE 48f1b97cc3 first commit 10 luni în urmă
README.md 48f1b97cc3 first commit 10 luni în urmă
abs.d.ts 48f1b97cc3 first commit 10 luni în urmă
abs.js 48f1b97cc3 first commit 10 luni în urmă
floor.d.ts 48f1b97cc3 first commit 10 luni în urmă
floor.js 48f1b97cc3 first commit 10 luni în urmă
isFinite.d.ts 48f1b97cc3 first commit 10 luni în urmă
isFinite.js 48f1b97cc3 first commit 10 luni în urmă
isInteger.d.ts 48f1b97cc3 first commit 10 luni în urmă
isInteger.js 48f1b97cc3 first commit 10 luni în urmă
isNaN.d.ts 48f1b97cc3 first commit 10 luni în urmă
isNaN.js 48f1b97cc3 first commit 10 luni în urmă
isNegativeZero.d.ts 48f1b97cc3 first commit 10 luni în urmă
isNegativeZero.js 48f1b97cc3 first commit 10 luni în urmă
max.d.ts 48f1b97cc3 first commit 10 luni în urmă
max.js 48f1b97cc3 first commit 10 luni în urmă
min.d.ts 48f1b97cc3 first commit 10 luni în urmă
min.js 48f1b97cc3 first commit 10 luni în urmă
mod.d.ts 48f1b97cc3 first commit 10 luni în urmă
mod.js 48f1b97cc3 first commit 10 luni în urmă
package.json 48f1b97cc3 first commit 10 luni în urmă
pow.d.ts 48f1b97cc3 first commit 10 luni în urmă
pow.js 48f1b97cc3 first commit 10 luni în urmă
round.d.ts 48f1b97cc3 first commit 10 luni în urmă
round.js 48f1b97cc3 first commit 10 luni în urmă
sign.d.ts 48f1b97cc3 first commit 10 luni în urmă
sign.js 48f1b97cc3 first commit 10 luni în urmă
tsconfig.json 48f1b97cc3 first commit 10 luni în urmă

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.