#pragma once #include void find_range_border(const std::vector& numbers, size_t bin_count, size_t bin_number, double& range_border);