diff options
Diffstat (limited to 'Include/mymath.h')
-rw-r--r-- | Include/mymath.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/mymath.h b/Include/mymath.h index 27f301d..cead61a 100644 --- a/Include/mymath.h +++ b/Include/mymath.h @@ -55,7 +55,6 @@ extern double hypot(double, double); #undef log #undef log10 #undef pow -#undef rint #undef sin #undef sinh #undef sqrt @@ -75,7 +74,6 @@ extern double hypot(double, double); #define log logd #define log10 log10d #define pow powd -#define rint rintd #define sin sind #define sinh sinhd #define sqrt sqrtd |