minlin 0.4.0

Rust library with minimal linear algebra made to be as convinient as possible.
Documentation
mod cast;
mod checked;
mod containing_float;
mod float;
mod goniometric;
mod infinity;
mod into_float;
mod isqrt;
mod large_type;
mod normal_limits;
mod one;
mod saturating;
mod scale;
mod sqrt;
mod two;
mod zero;

pub use self::{
    cast::*, checked::*, containing_float::*, float::*, goniometric::*,
    infinity::*, into_float::*, isqrt::*, large_type::*, normal_limits::*,
    one::*, saturating::*, scale::*, sqrt::*, two::*, zero::*,
};