minlin 0.5.0

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

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