Родитель
5deb516796
Сommit
7bb15b9746
@ -1,8 +1,11 @@
|
||||
#ifndef HISTOGRAM_INTERNAL_H_INCLUDED
|
||||
#define HISTOGRAM_INTERNAL_H_INCLUDED
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
void
|
||||
find_minmax(const std::vector<double>& numbers, double& min, double& max);
|
||||
|
||||
std::string
|
||||
bin_color(size_t bin, size_t max_count);
|
||||
#endif // HISTOGRAM_INTERNAL_H_INCLUDED
|
||||
|
Загрузка…
Ссылка в новой задаче