郑柏铃 8ea30b386c webpack 3 dni temu
..
.github 8ea30b386c webpack 3 dni temu
constants 8ea30b386c webpack 3 dni temu
test 8ea30b386c webpack 3 dni temu
.eslintrc 8ea30b386c webpack 3 dni temu
CHANGELOG.md 8ea30b386c webpack 3 dni temu
LICENSE 8ea30b386c webpack 3 dni temu
README.md 8ea30b386c webpack 3 dni temu
abs.d.ts 8ea30b386c webpack 3 dni temu
abs.js 8ea30b386c webpack 3 dni temu
floor.d.ts 8ea30b386c webpack 3 dni temu
floor.js 8ea30b386c webpack 3 dni temu
isFinite.d.ts 8ea30b386c webpack 3 dni temu
isFinite.js 8ea30b386c webpack 3 dni temu
isInteger.d.ts 8ea30b386c webpack 3 dni temu
isInteger.js 8ea30b386c webpack 3 dni temu
isNaN.d.ts 8ea30b386c webpack 3 dni temu
isNaN.js 8ea30b386c webpack 3 dni temu
isNegativeZero.d.ts 8ea30b386c webpack 3 dni temu
isNegativeZero.js 8ea30b386c webpack 3 dni temu
max.d.ts 8ea30b386c webpack 3 dni temu
max.js 8ea30b386c webpack 3 dni temu
min.d.ts 8ea30b386c webpack 3 dni temu
min.js 8ea30b386c webpack 3 dni temu
mod.d.ts 8ea30b386c webpack 3 dni temu
mod.js 8ea30b386c webpack 3 dni temu
package.json 8ea30b386c webpack 3 dni temu
pow.d.ts 8ea30b386c webpack 3 dni temu
pow.js 8ea30b386c webpack 3 dni temu
round.d.ts 8ea30b386c webpack 3 dni temu
round.js 8ea30b386c webpack 3 dni temu
sign.d.ts 8ea30b386c webpack 3 dni temu
sign.js 8ea30b386c webpack 3 dni temu
tsconfig.json 8ea30b386c webpack 3 dni 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.