some_math_lib 0.1.2

A basic math library.
Documentation
1
2
3
4
5

//! Contains vectors of several dimensions.

pub mod vector2;
pub mod vector3;