rinia 0.0.18

Stable numeric foundations for graphics, animation, and simulation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod arithmetic;
mod casting;
mod constants;
mod elementary;
mod impl_casts;
mod macros;
mod predicates;
mod properties;
mod rounding;
mod tests;

pub use self::{
    arithmetic::*, casting::*, constants::*, elementary::*, predicates::*, properties::*,
    rounding::*,
};