Quick Calculator

by imoth_f

A handy in-game pop-up calculator for quick math without leaving the game. Default hotkey Ctrl+Alt+C.

Utilities
a month ago
2.0 - 2.1
405

i Consider adding history

17 hours ago

The best Factorio calculator mod, thanks!

One feature I am missing is calculation history: pressing up arrow to see the previous expression, would be great to have that. That is available in console via /qcalc, but would be nice to have in GUI as well!

16 hours ago

Thanks, I am glad you like it!

I actually thought about adding this. But I wasn't sure what to consider an entry as the expression is evaluated every keystroke. With the command it is when you press enter. But in GUI when you type an expression you can have many valid entries which can clutter the history.

For example, while typing 35 - 24 * 22 6 entries will be valid: 3, 35, 35 - 2, 35 -24, 35 - 24 * 2 and 35 - 24 * 22. I guess we can drop the first two as it is only a single number.

I guess it could be a valid expression when the window is closed.

New response