Crates.io | math-calc |
lib.rs | math-calc |
version | 0.1.0 |
source | src |
created_at | 2019-09-18 17:56:37.219352 |
updated_at | 2019-09-18 17:56:37.219352 |
description | A simple text-based arithmetic library. |
homepage | |
repository | https://gitlab.com/Owez/math-calc |
max_upload_size | |
id | 165785 |
size | 6,496 |
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]
.
The documentation for this arithmetic calculator can be found here on Doc.rs.