Averaging increasing number of variables
Posted
by Oscar
on Stack Overflow
See other posts from Stack Overflow
or by Oscar
Published on 2010-06-02T08:37:39Z
Indexed on
2010/06/02
8:43 UTC
Read the original article
Hit count: 218
Hi! I have to report average value of incoming numbers, how i could do that without using some sort of data structure to keep track of all values and then calculating average by summing them and dividing by number of values?
© Stack Overflow or respective owner