Mercurial > hg > qm-dsp
comparison maths/MathUtilities.h @ 304:702ff8c08137
* Solaris build fixes
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 14 Sep 2009 13:01:44 +0000 |
parents | 9c403afdd9e9 |
children | d5014ab8b0e5 |
comparison
equal
deleted
inserted
replaced
303:c49773942de3 | 304:702ff8c08137 |
---|---|
10 | 10 |
11 #ifndef MATHUTILITIES_H | 11 #ifndef MATHUTILITIES_H |
12 #define MATHUTILITIES_H | 12 #define MATHUTILITIES_H |
13 | 13 |
14 #include <vector> | 14 #include <vector> |
15 | |
16 #include "nan-inf.h" | |
15 | 17 |
16 class MathUtilities | 18 class MathUtilities |
17 { | 19 { |
18 public: | 20 public: |
19 static double round( double x ); | 21 static double round( double x ); |