#ifndef HISTOGRAM_INTERNAL_H
#define HISTOGRAM_INTERNAL_H
void find_minmax(const std::vector<double>& numbers, double& min, double& max);
#endif