pub type HistF64 = HistogramFloat<f64>;
Expand description

Histogram for binning f64 - alias for HistogramFloat<f64>