This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template<typename Range> | |
double extract_min_value(Range const& values); | |
template<typename Range> | |
double compute_average(Range const& values); | |
template<typename Range> | |
int count_big_variations(Range const& values); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment