goniometry 0.1.0

A simple Rust module for working with trigonometric functions like sine, cosine, tangent and much more to come.
Documentation
1
2
3
4
pub mod goniometry;

pub use goniometry::functions::*;
pub use goniometry::metrics::*;