Module ccc

Source
Expand description

§Calculate expressions

This crate is part of pt, but can also be used as a standalone module.

Calculate Calculations with your Calculator (ccc)

This modules aim is to take a term of any kind (String) and calculate it’s value, be it variable based or a concrete numerical value. It implements different operators and (mathematical) functions.