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
3 hours ago
2.0 - 2.1
56
Owner:
imoth_f
Source:
https://github.com/dmytro-dovg/quick-...
Homepage:
N/A
License:
MIT
Created:
5 days ago
Latest Version:
2.1.2 (3 hours ago)
Factorio version:
2.0 - 2.1
Downloaded by:
56 users

Quick Calculator

A pop-up calculator for Factorio. Do quick math without leaving the game.

Usage

Open/close the calculator with:

  • Hotkey: Ctrl + Alt + C
  • Console command: /qcalc

Type an expression in the input field; the result updates as you type. Press Enter or Escape to close.

Supported syntax

Category Operators / names
Arithmetic + - * /
Modulo %
Exponent ^ or **
Factorial ! (single)
Unary signs -x, +x
Grouping ( )
Functions sqrt abs exp ln log sin cos tan asin acos atan floor ceil
Constants pi e

Trigonometric functions use radians.

License

MIT