0225304 479b0dd372 fit:first пре 1 недеља
..
.github 479b0dd372 fit:first пре 1 недеља
constants 479b0dd372 fit:first пре 1 недеља
test 479b0dd372 fit:first пре 1 недеља
.eslintrc 479b0dd372 fit:first пре 1 недеља
CHANGELOG.md 479b0dd372 fit:first пре 1 недеља
LICENSE 479b0dd372 fit:first пре 1 недеља
README.md 479b0dd372 fit:first пре 1 недеља
abs.d.ts 479b0dd372 fit:first пре 1 недеља
abs.js 479b0dd372 fit:first пре 1 недеља
floor.d.ts 479b0dd372 fit:first пре 1 недеља
floor.js 479b0dd372 fit:first пре 1 недеља
isFinite.d.ts 479b0dd372 fit:first пре 1 недеља
isFinite.js 479b0dd372 fit:first пре 1 недеља
isInteger.d.ts 479b0dd372 fit:first пре 1 недеља
isInteger.js 479b0dd372 fit:first пре 1 недеља
isNaN.d.ts 479b0dd372 fit:first пре 1 недеља
isNaN.js 479b0dd372 fit:first пре 1 недеља
isNegativeZero.d.ts 479b0dd372 fit:first пре 1 недеља
isNegativeZero.js 479b0dd372 fit:first пре 1 недеља
max.d.ts 479b0dd372 fit:first пре 1 недеља
max.js 479b0dd372 fit:first пре 1 недеља
min.d.ts 479b0dd372 fit:first пре 1 недеља
min.js 479b0dd372 fit:first пре 1 недеља
mod.d.ts 479b0dd372 fit:first пре 1 недеља
mod.js 479b0dd372 fit:first пре 1 недеља
package.json 479b0dd372 fit:first пре 1 недеља
pow.d.ts 479b0dd372 fit:first пре 1 недеља
pow.js 479b0dd372 fit:first пре 1 недеља
round.d.ts 479b0dd372 fit:first пре 1 недеља
round.js 479b0dd372 fit:first пре 1 недеља
sign.d.ts 479b0dd372 fit:first пре 1 недеља
sign.js 479b0dd372 fit:first пре 1 недеља
tsconfig.json 479b0dd372 fit:first пре 1 недеља

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.