summaryrefslogtreecommitdiff
path: root/src/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* Punctuation (missing comma after "however").vlefevre2021-06-211-2/+2
* [doc/mpfr.texi,src/mpfr.h] Detail about the mpfr_pown implementation.vlefevre2021-05-031-1/+4
* [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/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
* renamed mpfr_compound to mpfr_compound_si, since in C2X, compoundn takeszimmerma2021-02-151-1/+1
* added mpfr_powrzimmerma2021-02-091-0/+1
* added mpfr_pow_uj and mpfr_pow_sjzimmerma2021-02-091-4/+6
* [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
* added new function mpfr_exp10m1zimmerma2021-02-051-2/+3
* added new function mpfr_exp2m1 for 2^x-1zimmerma2021-02-051-1/+2
* added a new function mpfr_log10p1 to compute log10(1+x)zimmerma2021-02-031-0/+1
* added log2p1 and compound (mpfr_compound is not finished yet)zimmerma2021-02-031-0/+2
* added mpfr_atan2u (work in progress)zimmerma2021-02-021-0/+2
* added mpfr_atanu and mpfr_atanpizimmerma2021-02-011-0/+2
* added asinu (work in progress, not yet usable)zimmerma2021-01-291-0/+2
* new function mpfr_acosu (still to be added in NEWS and mpfr.texi)zimmerma2021-01-291-0/+2
* Implemented range reduction for mpfr_sinu (and defined mpfr_fmod_ui).vlefevre2021-01-131-0/+2
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* added sinpi, cospi, tanpizimmerma2020-12-161-0/+4
* added new function mpfr_tanuzimmerma2020-12-161-0/+1
* added new function mpfr_cosuzimmerma2020-12-151-0/+1
* added mpfr_sinu (work in progress)zimmerma2020-12-141-0/+2
* [src/mpfr.h] Added a comment about Intel's compiler ICC and thevlefevre2020-12-021-0/+4
* For consistency, changed "C89" to "C90" in comments of *.{c,h} files.vlefevre2020-09-161-1/+1
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-211-6/+8
* Updated version to 4.2.0-dev.vlefevre2020-06-121-2/+2
* Renamed mpfr_total_order to mpfr_total_order_p for consistency with thevlefevre2020-06-111-1/+1
* [src/mpfr.h] added commentzimmerma2020-03-021-0/+3
* [src/mpfr.h] _MPFR_PREC_FORMAT and _MPFR_EXP_FORMAT: improved comment.vlefevre2020-03-021-4/+4
* [src/mpfr.h] _MPFR_PREC_FORMAT and _MPFR_EXP_FORMAT: added a detailedvlefevre2020-03-021-4/+15
* [src/mpfr.h] removed obsolete comment (_MPFR_PREC_FORMAT=3 is the defaultzimmerma2020-03-021-3/+2
* [src/mpfr.h] Updated a comment (underscore version of attribute name).vlefevre2020-02-271-1/+1
* [src/mpfr.h] Use the underscore version of the attribute names.vlefevre2020-02-251-3/+3
* [src/mpfr.h] Added prototype for mpfr_cmpabs_ui.vlefevre2020-02-121-1/+2
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Fixed spelling mistakes found by codespell 1.15.0.vlefevre2019-07-081-3/+3
* [src/mpfr.h] Added a blank line (grouping of function declarations).vlefevre2019-04-251-0/+1
* Added support for GCC's returns_nonnull attribute (with GCC 4.9+).vlefevre2019-04-251-4/+14
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1