Last active
January 8, 2017 15:49
-
-
Save deque-blog/e49f2dae03606319bbbd991b70b3e34d 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
auto read = read_stock_by_id("A"); | |
double min_val = extract_min_value(read(source)); | |
double avg_val = compute_average(read(source)); | |
int variation_count = count_big_variations(read(source)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment