summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* [doc/mpfr.texi] Updated the month.vlefevre2021-09-161-1/+1
* [doc/mpfr.texi] Corrected garbled mpfr_set* description.vlefevre2021-09-161-2/+2
* [doc/README.dev] Updated/reduced note about MinGW and stdio.vlefevre2021-08-231-8/+3
* [doc/mpfr.texi] Updated the month.vlefevre2021-08-201-1/+1
* [doc/mpfr.texi] Corrected latest change (typography).vlefevre2021-08-201-2/+2
* [doc/mpfr.texi] Detail the mpfr_min and mpfr_max description.vlefevre2021-08-201-0/+6
* Punctuation (missing comma after "however").vlefevre2021-06-212-11/+11
* [doc/README.dev] No longer use /tmp in examples so that the reader isvlefevre2021-06-211-7/+8
* [doc/mpfr.texi] Updated the month.vlefevre2021-06-021-1/+1
* [doc/mpfr.texi] some figures about slowdown with C++ interfacezimmerma2021-06-021-1/+2
* [doc/mpfr.texi] Completed mpfr_fmodquo and mpfr_remquo description.vlefevre2021-05-201-0/+1
* [doc/mpfr.texi] Formatted output functions (mpfr_*printf): completedvlefevre2021-05-161-6/+17
* [doc/mpfr.texi] Punctuation.vlefevre2021-05-121-7/+7
* [doc/mpfr.texi,src/mpfr.h] Detail about the mpfr_pown implementation.vlefevre2021-05-031-2/+2
* [manual] added mpfr_powm in NEWSzimmerma2021-05-031-1/+1
* [doc/mpfr.texi] Updated the month (due to r14505).vlefevre2021-05-031-1/+1
* [doc] Update about "case insensitive" and issue with Turkish localesvlefevre2021-04-262-5/+18
* Added m4/ax_pthread.m4 file, and related updates.vlefevre2021-03-191-6/+7
* [src/rec_sqrt.c] replace a call to mpn_mul_n with identical arguments byzimmerma2021-03-161-0/+2
* [doc/mpfr.texi] Updated the month.vlefevre2021-03-091-1/+1
* Clarification about the custom interface and macros.vlefevre2021-03-081-0/+6
* Reverted r14445: This is about functions implemented as macros, andvlefevre2021-03-061-1/+0
* [doc/mpfr.texi] document that functions defined as macros might evaluatezimmerma2021-03-061-0/+1
* renamed mpfr_compound to mpfr_compound_si, since in C2X, compoundn takeszimmerma2021-02-151-2/+2
* [doc/mpfr.texi] General cleanup, in particular related to the IEEE 754vlefevre2021-02-091-46/+55
* added mpfr_powrzimmerma2021-02-091-4/+8
* added mpfr_pow_uj and mpfr_pow_sjzimmerma2021-02-091-4/+7
* [doc/mpfr.texi,src/mpfr.h] Added a FIXME for mpfr_pown, which shouldvlefevre2021-02-091-2/+3
* added mpfr_pown (alias for mpfr_pow_si)zimmerma2021-02-091-0/+3
* added new function mpfr_exp10m1zimmerma2021-02-051-2/+4
* added new function mpfr_exp2m1 for 2^x-1zimmerma2021-02-051-1/+7
* [doc/README.dev] Note that the logging feature (--enable-logging)vlefevre2021-02-051-1/+6
* compound(NaN,0) is 1zimmerma2021-02-041-2/+2
* added a new function mpfr_log10p1 to compute log10(1+x)zimmerma2021-02-031-2/+4
* [doc/mpfr.texi] document atan2u and atan2pizimmerma2021-02-031-2/+11
* [doc/mpfr.texi] Typography.vlefevre2021-02-031-1/+1
* [doc/mpfr.texi] In Section "Added Functions", do not put the patchlevelvlefevre2021-02-031-9/+9
* [doc/mpfr.texi] document mpfr_compoundzimmerma2021-02-031-0/+9
* added log2p1 and compound (mpfr_compound is not finished yet)zimmerma2021-02-031-2/+5
* Changed "plus/minus infinity" to "positive/negative infinity".vlefevre2021-02-022-6/+6
* [doc/mpfr.texi] Minor corrections related to infinity. The IEEE 754-2019vlefevre2021-02-021-16/+16
* [doc/mpfr.texi] Typos.vlefevre2021-02-011-2/+2
* added mpfr_atanu and mpfr_atanpizimmerma2021-02-011-4/+8
* [doc/mpfr.texi] Correction about mpfr_get_* and NaN.vlefevre2021-02-011-1/+1
* [doc/mpfr.texi] Typography.vlefevre2021-02-011-3/+4
* [doc/mpfr.texi] Updated the month.vlefevre2021-02-011-1/+1
* make it clear that we don't propagate the sign bit in mpfr_get_d and mpfr_set_dzimmerma2021-02-011-2/+4
* added asinu and asinpizimmerma2021-02-011-3/+9
* [doc/mpfr.texi] improve description of mpfr_acosuzimmerma2021-01-291-2/+2
* added cosu and cospi in the manual and NEWSzimmerma2021-01-291-0/+12