Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created January 8, 2017 15:45
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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