0225304 479b0dd372 fit:first 2 tygodni temu
..
.github 479b0dd372 fit:first 2 tygodni temu
constants 479b0dd372 fit:first 2 tygodni temu
test 479b0dd372 fit:first 2 tygodni temu
.eslintrc 479b0dd372 fit:first 2 tygodni temu
CHANGELOG.md 479b0dd372 fit:first 2 tygodni temu
LICENSE 479b0dd372 fit:first 2 tygodni temu
README.md 479b0dd372 fit:first 2 tygodni temu
abs.d.ts 479b0dd372 fit:first 2 tygodni temu
abs.js 479b0dd372 fit:first 2 tygodni temu
floor.d.ts 479b0dd372 fit:first 2 tygodni temu
floor.js 479b0dd372 fit:first 2 tygodni temu
isFinite.d.ts 479b0dd372 fit:first 2 tygodni temu
isFinite.js 479b0dd372 fit:first 2 tygodni temu
isInteger.d.ts 479b0dd372 fit:first 2 tygodni temu
isInteger.js 479b0dd372 fit:first 2 tygodni temu
isNaN.d.ts 479b0dd372 fit:first 2 tygodni temu
isNaN.js 479b0dd372 fit:first 2 tygodni temu
isNegativeZero.d.ts 479b0dd372 fit:first 2 tygodni temu
isNegativeZero.js 479b0dd372 fit:first 2 tygodni temu
max.d.ts 479b0dd372 fit:first 2 tygodni temu
max.js 479b0dd372 fit:first 2 tygodni temu
min.d.ts 479b0dd372 fit:first 2 tygodni temu
min.js 479b0dd372 fit:first 2 tygodni temu
mod.d.ts 479b0dd372 fit:first 2 tygodni temu
mod.js 479b0dd372 fit:first 2 tygodni temu
package.json 479b0dd372 fit:first 2 tygodni temu
pow.d.ts 479b0dd372 fit:first 2 tygodni temu
pow.js 479b0dd372 fit:first 2 tygodni temu
round.d.ts 479b0dd372 fit:first 2 tygodni temu
round.js 479b0dd372 fit:first 2 tygodni temu
sign.d.ts 479b0dd372 fit:first 2 tygodni temu
sign.js 479b0dd372 fit:first 2 tygodni temu
tsconfig.json 479b0dd372 fit:first 2 tygodni temu

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.