math-calc
math-calc or "Arithmetic Calculator" is a simple, text-based arithmetic library that focuses on calculation chaining.
This means you can input multiple arithmetic operations at once and quickly calculate the result. For example, (10 + 60) / 5, 4 + 20 would result in [14, 24].
Links
Documentation
The documentation for this arithmetic calculator can be found here on Doc.rs.