rinia 0.0.12

Stable numeric foundations for graphics, animation, and simulation.
Documentation
1
2
3
4
5
/// A scalar type for single-precision floating-point numbers.
pub type Scalarf = f32;

/// A scalar type for double-precision floating-point numbers.
pub type Scalard = f64;