Mercurial > hg > qm-dsp
comparison maths/MathUtilities.h @ 79:054c384d860d
* Solaris build fixes
author | cannam |
---|---|
date | Mon, 14 Sep 2009 13:01:44 +0000 |
parents | 7fe29d8a7eaf |
children | e5907ae6de17 |
comparison
equal
deleted
inserted
replaced
78:0965d2af5213 | 79:054c384d860d |
---|---|
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 ); |