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;