fixed_math 0.4.1

Some math traits and functions for `fixed` point numbers.
Documentation
1
2
3
4
5
mod sqrt;
pub use sqrt::*;

mod trig;
pub use trig::*;