remove all occurence of math.rint() from the sources

(and yes, "Currintly" also counts <0.5 wink>)
This commit is contained in:
Peter Schneider-Kamp 2000-08-10 04:23:30 +00:00
parent 0707fea5ee
commit 10e1bf2f64
9 changed files with 90 additions and 133 deletions

View file

@ -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

View file

@ -193,7 +193,6 @@ extern double hypot(double, double);
#undef log
#undef log10
#undef pow
#undef rint
#undef sin
#undef sinh
#undef sqrt
@ -213,7 +212,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