summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in mpfr_get_str_ndigits.vlefevre2021-04-231-2/+15
* [src/mpfr-impl.h] Added cast to int for __LINE__ in formatted output.vlefevre2021-04-161-2/+3
* Untabify and remove trailing spaces.vlefevre2021-03-162-14/+14
* [src/rec_sqrt.c] replace a call to mpn_mul_n with identical arguments byzimmerma2021-03-163-6/+16
* [src/mpfr.h] Comment: no need to write "user" with uppercase letters.vlefevre2021-03-091-1/+1
* Clarification about the custom interface and macros.vlefevre2021-03-081-2/+3
* [src/mpfr.h] Fixed mpfr_set macro (now only available with __GNUC__).vlefevre2021-03-061-2/+8
* [src/mpfr.h] Fixed mpfr_copysign and mpfr_signbit macros.vlefevre2021-03-061-7/+8
* [src/ubf.c] Forgot a cast from UBF pointer to mpfr_t pointer.vlefevre2021-03-061-1/+1
* [src/mpfr.h] Fixed mpfr_get_prec and mpfr_get_exp macros.vlefevre2021-03-061-2/+2
* [src/mpfr.h] Better implementation of macros changed in r14451.vlefevre2021-03-061-26/+9
* [src/mpfr.h] Fixed some macros implementing functions.vlefevre2021-03-061-5/+30
* [src/mpfr.h] fixed typozimmerma2021-03-061-1/+1
* [src/mpfr.h] Added a comment and a FIXME for functions implementedvlefevre2021-03-061-0/+6
* [src/mpfr.h] fixed typozimmerma2021-03-061-1/+1
* [src/invsqrt_limb.h] use "unsigned short" for table T[] instead of mp_limb_t.zimmerma2021-02-161-1/+1
* [src/digamma.c] Use MPFR_NOTZERO instead of !MPFR_IS_ZERO.vlefevre2021-02-151-1/+1
* [src/jyn_asympt.c] fixed bug when s=0 at the end of the for loopzimmerma2021-02-151-5/+5
* [src/digamma.c] fixed a bug in mpfr_digamma_reflection when the approximationszimmerma2021-02-151-13/+14
* renamed mpfr_compound to mpfr_compound_si, since in C2X, compoundn takeszimmerma2021-02-152-3/+3
* [src/pow_sj.c] removed spurious commentzimmerma2021-02-091-1/+1
* [src/{pow_sj.c,pow_uj.c}] Added missing "#ifdef _MPFR_H_HAVE_INTMAX_T".vlefevre2021-02-092-0/+8
* [src/pow_{si,sj,ui,uj}.c] Fixed logging for mpfr_pow_{sj,uj}.vlefevre2021-02-094-10/+6
* [src/pow_uj.c] untabifyvlefevre2021-02-091-2/+2
* [src/pow_uj.c] Some corrections in the mpfr_mpz_set_uj helper function,vlefevre2021-02-091-9/+19
* forgot to commit those fileszimmerma2021-02-092-0/+84
* added mpfr_powrzimmerma2021-02-093-1/+62
* [src/{pow_si.c,pow_ui.c}] untabifyvlefevre2021-02-092-5/+5
* added mpfr_pow_uj and mpfr_pow_sjzimmerma2021-02-096-26/+106
* [doc/mpfr.texi,src/mpfr.h] Added a FIXME for mpfr_pown, which shouldvlefevre2021-02-091-0/+2
* added mpfr_pown (alias for mpfr_pow_si)zimmerma2021-02-091-0/+2
* [src/mpfr.h] Updated comments on the types for mpfr_prec_t/mpfr_exp_t.vlefevre2021-02-081-5/+13
* [src/jyn_asympt.c] Use mpfr_set4 instead of mpfr_set or mpfr_neg.vlefevre2021-02-081-2/+2
* [src/digamma.c] Added a comment about the bug fixed in r14399.vlefevre2021-02-081-0/+2
* [src/digamma.c] Use MPFR_NOTZERO instead of !MPFR_IS_ZERO.vlefevre2021-02-081-1/+1
* [src/jyn_asympt.c] fixed bug when sin(z)+cos(z) or sin(z)-cos(z) round to 0zimmerma2021-02-081-2/+13
* [src/digamma.c] fixed bug in mpfr_digamma_positive when t-u is zerozimmerma2021-02-081-15/+18
* [src/digamma.c] Fix: increased GUARD from 20 to 30.vlefevre2021-02-081-1/+1
* [src/digamma.c] Punctuation in a comment.vlefevre2021-02-071-1/+1
* [src/digamma.c] fixed bug20210206zimmerma2021-02-071-5/+19
* [src/digamma.c] Added a FIXME for mpfr_digamma_positive: q can bevlefevre2021-02-061-0/+1
* [src/digamma.c] In mpfr_digamma_positive, log the value of q.vlefevre2021-02-061-0/+2
* [src/digamma.c] In mpfr_digamma_positive, do not compute the precision qvlefevre2021-02-061-12/+12
* [src/digamma.c] In mpfr_digamma_positive, added an assertion, as avlefevre2021-02-061-1/+7
* [src/exp2m1.c] Use block-level flags.vlefevre2021-02-051-3/+3
* added new function mpfr_exp10m1zimmerma2021-02-053-3/+183
* [src/log.c] Optimization: avoid a temporary variable for a*2^m;vlefevre2021-02-051-7/+7
* added new function mpfr_exp2m1 for 2^x-1zimmerma2021-02-053-2/+188
* [src/log10p1.c] In mpfr_log10p1_small: an "else" case if better thanvlefevre2021-02-051-15/+19
* [src/compound.c] Exact cases: additional detail in the comment.vlefevre2021-02-051-1/+2