Crate ralgebra

Source
Expand description

§Roy’s algebra library

A very simple library made mostly to learn how to publish stuff on crates.io.

Functions§

add
Adds two numbers together.
div
Divides the first number by the second number.
mul
Multiplies two numbers.
sub
Subtracts the second number from the first one.