diff options
author | Marius Kintel <marius@kintel.net> | 2013-08-20 03:26:05 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-08-20 03:26:05 (GMT) |
commit | 154c65dee2ccb77c9e7fc576c36067a24632fa30 (patch) | |
tree | 1f61d1f944152df00800017223845a4cb9a1d899 /src/mathc99.h | |
parent | fe7fb45019affbf683930d6368fe38524bdd2649 (diff) | |
parent | 61e6178d1b71d78832aab4fbe7bd2d3550626b87 (diff) |
Merge branch 'master' of git://github.com/ivoknutsel/openscad into ivoknutsel-master
Diffstat (limited to 'src/mathc99.h')
-rw-r--r-- | src/mathc99.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mathc99.h b/src/mathc99.h index ebc2d66..ae31a22 100644 --- a/src/mathc99.h +++ b/src/mathc99.h @@ -5,6 +5,7 @@ #include <cmath>
//for native win32 builds we need to provide C99 math functions by ourselves
+double trunc(double a);
double round(double a);
float fmin(float a, float b);
float fmax(float a, float b);
|