Stefan Krah c62bd13cb2 1) State the relative errors of the power functions for integer exponents.
2) _mpd_qpow_mpd(): Abort the loop for all specials, not only infinity.

3) _mpd_qpow_mpd(): Make the function more general and distinguish between
   zero clamping and folding down the exponent. The latter case is currently
   handled by setting context->clamp to 0 before calling the function.

4) _mpd_qpow_int(): Add one to the work precision in case of a negative
   exponent. This is to get the same relative error (0.1 * 10**-prec)
   for both positive and negative exponents. The previous relative
   error for negative exponents was (0.2 * 10**-prec).

   Both errors are _before_ the final rounding to the context precision.
2012-06-16 19:45:35 +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