rca: a rich/RPN calculator

rca is a convenient, non-programmable, command-line calculator, for typical one-off professional and everyday problems. It uses the mpdecimal math library for more reliable accuracy than native floating point. rca is similar to both the bc and dc Unix commands, but unlike them, it can seamlessly evaluate both RPN and infix. It's less technical, and perhaps less rigorous, than either, but hopefully it's also more user-accessible. rca is written in C, and is maintained in a single source file.

rca is very versatile. Examples follow, but the man page and rca's help text have all the details.

rca is hosted at github.


rca's BSD license can be found in the source, at https://github.com/foxharp/rca, or viewed with the "license" command.