Recensioni per calc-extension
calc-extension di Martin Väth
Recensione di Thanos Massias
Valutata 5 su 5
di Thanos Massias, 5 anni fa3 recensioni
- Valutata 5 su 5di circcc, 6 anni faGreat expression calculator!
It will better if it support Number Suffixes like "k, M, G, Ki, Mi, Gi,....."
(5.4.3.3. Number Suffixes: http://keypirinha.com/packages/calc.html)Replica dello sviluppatore
pubblicato il 6 anni faIt's a good idea, but it would collide with variable expansion.
For instance, 10M is equivalent to 10*M where M is the value for the variable M.
Thus, you can get what you want by defining e.g. Gi=1024**3:
Then 10Gi indeed means 10*1024**3.
I thought a bit about pre-initializing the variables Ki, Mi, Gi or defining them as constant, but then I got doubts whether this is a good idea: Both would be rather confusing features for the user.
Moreover, there is really no need for k, M, or G: Since scientific notation can be used, you can just append e3, e6, or e9 to a decimal number instead, respectively. - Valutata 5 su 5di Bert, 7 anni faSuch a simple extension, yet so useful! Sure, there's Wolfram Alpha. Sure, there's even Google's Search evaluation of arithmetic expression. But /nothing/ I've tried beats the speed and simplicity of this little calculator extension. The workflow is unbeatable: new tab, type 'calc' (I saved an extension bookmark under that name), type the expression, return, done. Very little things I'd like to see changed, but maybe one feature that would be appreciated would be the ability to *copy* the returned values (right now, selecting the return line doesn't seem to work, so copy fails). Other than that: perfect!
(edit after response) Thanks for helping me out here. Guess my sloppy reading of the options lead me to miss that this extension's even better than I thought :)Replica dello sviluppatore
pubblicato il 7 anni faUnder "Last Result and Clipboard" there is a button "# => Clipboard" which copies the last result to the clipboard.
Moreover, there is an option to _automatically_ copy the result to the clipboard. (You can switch on this option permanently e.g. when configuring the extension.)