RPN Calculator


A minimalistic RPN calculator. It uses the numblock and must not be opened. See ingame controls for usage.

Utilities
2 years ago
0.18 - 1.1
44
Owner:
ducktype
Source:
N/A
Homepage:
N/A
License:
The Unlicense (Public Domain)
Created:
3 years ago
Latest Version:
1.2.0 (2 years ago)
Factorio version:
0.18 - 1.1
Downloaded by:
44 users

Summary

A very simple RPN calculator. It can directly accessed by using the numpad to meet the accessibility of a calculator standing on your desk. To hide the output you currently have to drop the stack.

Features

  • Add
  • Subtract
  • Multiply
  • Divide
  • Swap X/Y
  • Factorize number, for example to calculate assembler line lengths

Default Keys

  • All unmodified keys on the numpad are representing themselves
  • Enter: Print stack
  • Alt + Enter: Push stack
  • Alt + 0: Swap X/Y
  • Alt + Minus: Drop X
  • Control + Alt + Minus: Flush stack
  • Alt + Comma

Further Development

I do not plan to add many more features, but I will happily accept contributions as long as they are not hurting the "calculator on desk"-feeling. The git repo is currently included in the zip file.

Feedback and error reports are welcome