Created
January 8, 2017 15:45
-
-
Save deque-blog/8e5a75abe7d524e8c051b536eaa1f93c to your computer and use it in GitHub Desktop.
This file contains hidden or 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