0225304 479b0dd372 fit:first 1 hónapja
..
.github 479b0dd372 fit:first 1 hónapja
constants 479b0dd372 fit:first 1 hónapja
test 479b0dd372 fit:first 1 hónapja
.eslintrc 479b0dd372 fit:first 1 hónapja
CHANGELOG.md 479b0dd372 fit:first 1 hónapja
LICENSE 479b0dd372 fit:first 1 hónapja
README.md 479b0dd372 fit:first 1 hónapja
abs.d.ts 479b0dd372 fit:first 1 hónapja
abs.js 479b0dd372 fit:first 1 hónapja
floor.d.ts 479b0dd372 fit:first 1 hónapja
floor.js 479b0dd372 fit:first 1 hónapja
isFinite.d.ts 479b0dd372 fit:first 1 hónapja
isFinite.js 479b0dd372 fit:first 1 hónapja
isInteger.d.ts 479b0dd372 fit:first 1 hónapja
isInteger.js 479b0dd372 fit:first 1 hónapja
isNaN.d.ts 479b0dd372 fit:first 1 hónapja
isNaN.js 479b0dd372 fit:first 1 hónapja
isNegativeZero.d.ts 479b0dd372 fit:first 1 hónapja
isNegativeZero.js 479b0dd372 fit:first 1 hónapja
max.d.ts 479b0dd372 fit:first 1 hónapja
max.js 479b0dd372 fit:first 1 hónapja
min.d.ts 479b0dd372 fit:first 1 hónapja
min.js 479b0dd372 fit:first 1 hónapja
mod.d.ts 479b0dd372 fit:first 1 hónapja
mod.js 479b0dd372 fit:first 1 hónapja
package.json 479b0dd372 fit:first 1 hónapja
pow.d.ts 479b0dd372 fit:first 1 hónapja
pow.js 479b0dd372 fit:first 1 hónapja
round.d.ts 479b0dd372 fit:first 1 hónapja
round.js 479b0dd372 fit:first 1 hónapja
sign.d.ts 479b0dd372 fit:first 1 hónapja
sign.js 479b0dd372 fit:first 1 hónapja
tsconfig.json 479b0dd372 fit:first 1 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.