mucalc is a convenient calculator for the command line. It evaluates
mathematical expressions that are given as arguments, read from an input
stream, or typed interactively. In interactive mode, it provides line editing
with tab-completion and persistent history using GNU readline. The evaluation
of expressions is handled by the muParser math parser library.