mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
remove all occurence of math.rint() from the sources
(and yes, "Currintly" also counts <0.5 wink>)
This commit is contained in:
parent
0707fea5ee
commit
10e1bf2f64
9 changed files with 90 additions and 133 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue