code: заголовочный файл1

master
lab01(PokhilAA) 12 месяцев назад
Родитель c8a191d414
Сommit 46296ce827

@ -0,0 +1,9 @@
#ifndef HISTOGRAM_H_INCLUDED
#define HISTOGRAM_H_INCLUDED
#include <vector>
std::vector<double>
make_histogram(const std::vector<double>& numbers, size_t bin_count);
#endif // HISTOGRAM_H_INCLUDED
Загрузка…
Отмена
Сохранить