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

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.