RCalc is an RPN (Reverse Polish Notation) calculator. It aims to be quick to open and use, and easy to extend with new types, operators, and commands.
RCalc supports some command line options. It also has a graphical frontend.
This is free and open source software.
Key Features
- RPN Stack – work quickly and efficiently using the RPN Stack by pushing and popping values. The stack will always show what series of inputs led to each output, so you won’t lose context during complicated expressions.
- Extended types – understands scalar types like integers and real numbers, as well as vectors and square matrices of sizes 2, 3, and 4. When operating purely in the scalar integer domain, RCalc can promote up to BigInts to avoid floating point imprecision
- 84 built-in operators.
- All the expected operators (basic arithmetic, exponents, logarithms) are present.
- Rounding functions (floor/ceil/trunc/round).
- Unit conversions.
- Bitwise operations (and/or/not/xor/shift left/shift right).
- Statistics (avg/min/max/sum/std dev/NPV).
- Trigonometry (sin/cos/tan + arc/hyperbolic variants).
- Vector operations (dot/cross/normalize/length/swizzle).
- Matrix operations (identity/inverse/transpose + translation/scale/rotation matrix generators).
- 74 built-in units, and can convert between units within families, including:
- Angle.
- Area.
- Colors (3 and 4 components).
- Coordinate systems (2D and 3D).
- Length.
- Mass.
- Storage (Base 10 [SI, 1000 bytes in a kb] and Base 2 [1024 bytes in a kb]).
- Temperature.
- Time.
- Volume.
- Recognizes values represented in binary, octal, decimal, and hexadecimal:
- Enter values in one representation, and convert them to another
- See the result of bitwise operations in binary automatically
- View vec3 and vec4 components (truncated) in hexadecimal when working with colors.
- Cross-platform support – runs under Linux, macOS, and Windows.
Website: git.sr.ht/~jamis/rcalc
Support:
Developer: Patrick Gelvin
License: MIT License

RCalc is written in C++. Learn C++ with our recommended free books and free tutorials.
Related Software
| Terminal-Based Calculators | |
|---|---|
| Genius | Desktop calculator, an educational tool in mathematics, and for research |
| Numbat | High precision scientific calculator supporting physical units |
| kalker | Calculator with math syntax |
| qalc | Symbolic maths, arbitrary precision and unit conversion |
| calc | C-style arbitrary precision calculator |
| concalc | Parser-algorithm of extcalc |
| wcalc | Uses intuitive expressions and implicit multiplication |
| pcalc | Terminal calculator made for programmers |
| bcal | Storage expression calculator |
| numr | Text calculator for natural language expressions |
| kalc | Complex numbers, 2d/3d graphing, arbitrary precision calculator |
| clac | Stack-based calculator with postfix notation |
| CalcPy | Calculator and advanced math solver using Python, IPython and SymPy |
| fortbite | Powerful mathematical calculator leveraging Fortran’s strengt |
| abacus | Simple interactive calculator CLI |
| Daisy | General-purpose TUI scientific calculator |
| Quich | Just an advanced terminal calculator |
| orpie | curses-based RPN calculator |
| val | Arbitrary-precision language with variables, functions and complex numbers |
| Squiid | Advanced calculator supporting both RPN and algebraic input |
| mucalc | Convenient calculator for the command line |
| HIP35 | HP-35 RPN calculator emulator |
| csc | Scientific maths using 64-bit floating-point arithmetic |
| RCalc | Reverse Polish Notation calculator |
| ec | RPN calculator with array operations and quotations |
| coriolinus-calc | CLI calculator app and library |
| spigot | Streaming exact real calculator |
| Rink | Provides unit conversions, arbitrary precision and dimensional analysis |
Read our verdict in the software roundup.
| Calculators | |
|---|---|
| Qalculate! | Powerful and easy to use multi-purpose desktop calculator |
| Genius | Desktop calculator, an educational tool in mathematics, and for research |
| SpeedCrunch | High precision and powerful desktop calculator |
| KCalc | Scientific calculator designed for KDE |
| Calculator | Simple and easy to use calculator |
| KAlgebra | Replace your graphing calculator |
| rpCalc | Simple RPN calculator |
| Kalk | Cross-platform application built with the Kirigami framework |
| Modular Calculator | Aimed at scientific, engineering or computing work |
| Nonpareil | High-Fidelity calculator simulator |
| Wombat | High-precision scientific calculator |
| Uno Calculator | Port of Windows calculator |
| SwitchCalc | GTK4 calculator |
| Schulrechner | Calculator you know from school |
| Pebbles | GTK-based app |
| Cuneo | Widget-like calculator and conversion tool |
| RCalc | RPN calculator |
| galculator | RPN and algebraic calculator |
| Extcalc | Multifunctional scientific graphic calculator |
| gdcalc | Financial, scientific, statistical and programming calculator |
| Sums | Postfix calculator designed for quick calculations |
| Free42 | HP-42S calculator simulator |
| Yesser Calculator | Extensible calculator |
| xcalc | Simple scientific calculator that can emulate a TI-30 or an HP-10C |
| x48ng | Reboot of the HP 48 emulator |
| tCalc | Simple calculator written in core Tcl/Tk |
| OxiCalc | Small, simple calculator. It uses GTK4. |
| MCalc | Perform simple mathematical operations |
| Eigen | GTK4 matrix calculator |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.