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

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.