pub type HistF32 = HistogramFloat<f32>;
Expand description

Histogram for binning f32 - alias for HistogramFloat<f32>