郑柏铃 8ea30b386c webpack 11 bulan lalu
..
.github 8ea30b386c webpack 11 bulan lalu
constants 8ea30b386c webpack 11 bulan lalu
test 8ea30b386c webpack 11 bulan lalu
.eslintrc 8ea30b386c webpack 11 bulan lalu
CHANGELOG.md 8ea30b386c webpack 11 bulan lalu
LICENSE 8ea30b386c webpack 11 bulan lalu
README.md 8ea30b386c webpack 11 bulan lalu
abs.d.ts 8ea30b386c webpack 11 bulan lalu
abs.js 8ea30b386c webpack 11 bulan lalu
floor.d.ts 8ea30b386c webpack 11 bulan lalu
floor.js 8ea30b386c webpack 11 bulan lalu
isFinite.d.ts 8ea30b386c webpack 11 bulan lalu
isFinite.js 8ea30b386c webpack 11 bulan lalu
isInteger.d.ts 8ea30b386c webpack 11 bulan lalu
isInteger.js 8ea30b386c webpack 11 bulan lalu
isNaN.d.ts 8ea30b386c webpack 11 bulan lalu
isNaN.js 8ea30b386c webpack 11 bulan lalu
isNegativeZero.d.ts 8ea30b386c webpack 11 bulan lalu
isNegativeZero.js 8ea30b386c webpack 11 bulan lalu
max.d.ts 8ea30b386c webpack 11 bulan lalu
max.js 8ea30b386c webpack 11 bulan lalu
min.d.ts 8ea30b386c webpack 11 bulan lalu
min.js 8ea30b386c webpack 11 bulan lalu
mod.d.ts 8ea30b386c webpack 11 bulan lalu
mod.js 8ea30b386c webpack 11 bulan lalu
package.json 8ea30b386c webpack 11 bulan lalu
pow.d.ts 8ea30b386c webpack 11 bulan lalu
pow.js 8ea30b386c webpack 11 bulan lalu
round.d.ts 8ea30b386c webpack 11 bulan lalu
round.js 8ea30b386c webpack 11 bulan lalu
sign.d.ts 8ea30b386c webpack 11 bulan lalu
sign.js 8ea30b386c webpack 11 bulan lalu
tsconfig.json 8ea30b386c webpack 11 bulan lalu

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.