Crate daniels_basic_math

Source
Expand description

Learning how to document and publish my own crate.

This is just a library with the basic math operations.

Enums§

MathError
Defines math errors you can get when dividing

Functions§

add
Adds two numbers
divide
Divides the first argument over the second
multiply
Multiplies two numbers
subtract
Subtracts two numbers