Files
cpython/Modules
Stefan Krah 22385011ed Many cleanups of redundant code in mpd_qrem_near():
1) _mpd_qdivmod() uses the context precision only in two places, and
     the new code should be exactly equivalent to the previous code.

  2) Remove misleading comment.

  3) The quotient *is* an integer with exponent 0, so calling mpd_qtrunc()
     is pointless.

  4) Replace two instances of identical code by a single one.

  5) Use _mpd_cmp_abs() instead of mpd_cmp_total_mag(): the operands
     are not special.

  6) Don't clear MPD_Rounded in the status (with the current code it should
     not be set within the function).
2012-06-20 23:34:58 +02:00
..
2012-02-21 13:59:40 +02:00
2012-03-14 18:21:35 -05:00
2011-09-28 07:41:54 +02:00
2012-04-02 11:28:49 -04:00
2012-05-05 19:45:37 +01:00
2012-03-13 16:13:35 -05:00
2012-03-06 15:37:36 +01:00
2011-09-28 07:41:54 +02:00
2011-12-10 17:50:22 -05:00
2011-11-11 19:39:25 +01:00
2012-03-07 14:59:13 -06:00
2012-02-20 22:24:29 -05:00
2012-02-20 22:24:29 -05:00
2012-05-25 10:22:29 -07:00