pub type Scalar = f32;Expand description
Scalar number type.
by default it is 32-bit flaot but you can change it to 64-bit float with scalar64 feature.
pub type Scalar = f32;Scalar number type.
by default it is 32-bit flaot but you can change it to 64-bit float with scalar64 feature.