diff options
author | Marius Kintel <marius@kintel.net> | 2013-08-21 05:40:25 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-08-21 05:40:25 (GMT) |
commit | 7db45a878b29788ff846eac7dedede294836a1bc (patch) | |
tree | f9e01f3aaf86006d195f7bc58488150c7e619009 /src/mathc99.h | |
parent | a7396cc36fbd2269bc75b0632e659dd05149259b (diff) | |
parent | f25ad73ea5fcc2abcf92d7cd1fbe44c072acd1f4 (diff) |
Merge branch 'master' of github.com:openscad/openscad
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);
|