code: добавил histogram_internal.h

Этот коммит содержится в:
ShchipkovMY
2023-09-11 09:22:45 +03:00
родитель 341c71b5de
Коммит 741ba2935d

7
histogram_internal.h Обычный файл
Просмотреть файл

@@ -0,0 +1,7 @@
#ifndef HISTOGRAM_INTERNAL_H_INCLUDED
#define HISTOGRAM_INTERNAL_H_INCLUDED
#include <vector>
bool find_minmax(std::vector<double> numbers, double& min, double& max);
#endif // HISTOGRAM_INTERNAL_H_INCLUDED