RCalc – RPN calculator

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's GUI

RCalc is written in C++. Learn C++ with our recommended free books and free tutorials.


Related Software

Terminal-Based Calculators
GeniusDesktop calculator, an educational tool in mathematics, and for research
NumbatHigh precision scientific calculator supporting physical units
kalkerCalculator with math syntax
calcC-style arbitrary precision calculator
concalcParser-algorithm of extcalc
wcalcUses intuitive expressions and implicit multiplication
pcalcTerminal calculator made for programmers
bcalStorage expression calculator
numrText calculator for natural language expressions
kalcComplex numbers, 2d/3d graphing, arbitrary precision calculator
clacStack-based calculator with postfix notation
CalcPyCalculator and advanced math solver using Python, IPython and SymPy
fortbitePowerful mathematical calculator leveraging Fortran’s strengt
abacusSimple interactive calculator CLI
DaisyGeneral-purpose TUI scientific calculator
QuichJust an advanced terminal calculator
orpiecurses-based RPN calculator
SquiidAdvanced calculator supporting both RPN and algebraic input
mucalcConvenient calculator for the command line
HIP35HP-35 RPN calculator emulator
cscAll calculations are done using 64 bit binary floating point arithmetic
RCalcReverse Polish Notation calculator
ecRPN calculator with array operations and quotations
coriolinus-calcCLI calculator app and library
spigotStreaming exact real calculator

Read our verdict in the software roundup.

Calculators
Qalculate!Powerful and easy to use multi-purpose desktop calculator
GeniusDesktop calculator, an educational tool in mathematics, and for research
SpeedCrunchHigh precision and powerful desktop calculator
KCalcScientific calculator designed for KDE
ExtcalcMultifunctional scientific graphic calculator
CalculatorSimple and easy to use calculator
KAlgebraReplace your graphing calculator
galculatorRPN and algebraic calculator
rpCalcSimple RPN calculator
KalkCross-platform application built with the Kirigami framework
Modular CalculatorAimed at scientific, engineering or computing work
NonpareilHigh-Fidelity calculator simulator
Uno CalculatorPort of Windows calculator
SchulrechnerCalculator you know from school
PebblesGTK-based app
CuneoWidget-like calculator and conversion tool
RCalcRPN calculator
gdcalcFinancial, scientific, statistical and programming calculator
SumsPostfix calculator designed for quick calculations
Free42HP-42S calculator simulator
OxiCalcSmall, simple calculator. It uses GTK4.
Yesser CalculatorExtensible calculator
xcalcSimple scientific calculator that can emulate a TI-30 or an HP-10C
x48ngReboot of the HP 48 emulator
tCalcSimple calculator written in core Tcl/Tk
MCalcPerform simple mathematical operations

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments