ljoaquim 1590311121 first commit 10 luni în urmă
..
.github 1590311121 first commit 10 luni în urmă
constants 1590311121 first commit 10 luni în urmă
test 1590311121 first commit 10 luni în urmă
.eslintrc 1590311121 first commit 10 luni în urmă
CHANGELOG.md 1590311121 first commit 10 luni în urmă
LICENSE 1590311121 first commit 10 luni în urmă
README.md 1590311121 first commit 10 luni în urmă
abs.d.ts 1590311121 first commit 10 luni în urmă
abs.js 1590311121 first commit 10 luni în urmă
floor.d.ts 1590311121 first commit 10 luni în urmă
floor.js 1590311121 first commit 10 luni în urmă
isFinite.d.ts 1590311121 first commit 10 luni în urmă
isFinite.js 1590311121 first commit 10 luni în urmă
isInteger.d.ts 1590311121 first commit 10 luni în urmă
isInteger.js 1590311121 first commit 10 luni în urmă
isNaN.d.ts 1590311121 first commit 10 luni în urmă
isNaN.js 1590311121 first commit 10 luni în urmă
isNegativeZero.d.ts 1590311121 first commit 10 luni în urmă
isNegativeZero.js 1590311121 first commit 10 luni în urmă
max.d.ts 1590311121 first commit 10 luni în urmă
max.js 1590311121 first commit 10 luni în urmă
min.d.ts 1590311121 first commit 10 luni în urmă
min.js 1590311121 first commit 10 luni în urmă
mod.d.ts 1590311121 first commit 10 luni în urmă
mod.js 1590311121 first commit 10 luni în urmă
package.json 1590311121 first commit 10 luni în urmă
pow.d.ts 1590311121 first commit 10 luni în urmă
pow.js 1590311121 first commit 10 luni în urmă
round.d.ts 1590311121 first commit 10 luni în urmă
round.js 1590311121 first commit 10 luni în urmă
sign.d.ts 1590311121 first commit 10 luni în urmă
sign.js 1590311121 first commit 10 luni în urmă
tsconfig.json 1590311121 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.