math-calc 0.1.0

A simple text-based arithmetic library.
Documentation
  • Coverage
  • 66.67%
    4 out of 6 items documented3 out of 4 items with examples
  • Size
  • Source code size: 25.3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.36 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 39s Average build duration of successful builds.
  • all releases: 39s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Owez/math-calc
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Owez

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.