math-calc

Crates.iomath-calc
lib.rsmath-calc
version0.1.0
sourcesrc
created_at2019-09-18 17:56:37.219352
updated_at2019-09-18 17:56:37.219352
descriptionA simple text-based arithmetic library.
homepage
repositoryhttps://gitlab.com/Owez/math-calc
max_upload_size
id165785
size6,496
Owen Griffiths (Owez)

documentation

README

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.

Commit count: 4

cargo fmt