Last modified 3 years ago
Calculator using bc as backend.
- default trigger: =
- modifiers:
- scale=<DIGITS>; change calculator precision (fractional part)
- actions:
- ENTER: copies results to clipboard and X primary selection.
- examples:
- =1 + 2, basic sum, shows 3
- =(1 + 3) * 10, sum followed by multiply, shows 40
- =scale=2;0.5 ^ 3, power operation and rounding of results, shows 0.12
Back to Gadgets/Everything
