#ifndef INTERNAL_H_INCLUDED
#define INTERNAL_H_INCLUDED
#include <vector>
bool find_minmax(const std::vector<double>& numbers, double& min_in_numbers, double& max_in_numbers);
#endif //INTERNAL_H_INCLUDED