math-calc 0.1.0

A simple text-based arithmetic library.
Documentation

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.

Repository

The source code is hosted on GitLab and can be found here.