Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / apps / JAWS / clients / WebSTONE / src / statistics.h
blobb0420515ae5a51b5149216b525cafa5d84e3a1fa
1 #ifndef _STATISTICS_H_
2 #define _STATISTICS_H_
3 extern double mean(const double, const int);
4 extern double variance(const double, const double, const int);
5 extern double stddev(const double, const double, const int);
7 #endif /* ! _STATISTICS_H_ */