rinia 0.0.10

Stable numeric foundations for graphics, animation, and simulation.
Documentation
1
2
3
4
/// The identity element for an operation.
pub trait Identity {
    const IDENTITY: Self;
}