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
mod impl_access;
mod impl_core;
mod impl_numeric;
mod impl_ops;
mod macros;
mod tests;
mod traits;
mod tuple_internal;
mod types;

pub(crate) use self::macros::*;
pub use self::{traits::TupleLike, types::Tuple};