1 | #include <stdio.h> |
---|---|
2 | #include <stdlib.h> |
3 | #include <string.h> |
4 | #include <assert.h> |
5 | #include <math.h> |
6 | #include <float.h> |
7 | #include "FloatMath.h" |
8 | #include <vector> |
9 | |
10 | #define REAL float |
11 | |
12 | #include "FloatMath.inl" |
13 | |
14 | #undef REAL |
15 | #define REAL double |
16 | |
17 | #include "FloatMath.inl" |
18 |