Type Alias Coef

Source
pub type Coef = f32;
Expand description

Same as float, but just to mark the different use case.

Generally, a coef is between [0.0, 1.0], but this is not an obligation