Crate mathcalculate

Source
Expand description

§Mathcalculate, A math library!

This is my first Rust library, too.

Functions§

add
Adds ‘first’ to ‘second’
divide
Divides ‘first’ by ‘second’
multiply
Multiplies ‘first’ by ‘second’
remove
Removes ‘first’ from ‘second’