summaryrefslogtreecommitdiff
path: root/mpfr.texi
Commit message (Expand)AuthorAgeFilesLines
* Update mpfr_set_q overflow problem.pelissip2004-12-131-0/+2
* Fix: GMP -> MPFR Copying Conditions (noted by Patrick).vlefevre2004-11-181-1/+1
* In HTML, suppress the non-existing link to GMP.vlefevre2004-11-181-0/+5
* Another correction (English).vlefevre2004-10-191-1/+1
* Minor correction.vlefevre2004-10-191-1/+1
* Update mpfr_set_str to be much more like strtofr.pelissip2004-10-191-17/+22
* changed contributors sectionzimmerma2004-10-191-2/+3
* changed "contributors" sectionzimmerma2004-10-191-3/+3
* Misc corrections:vlefevre2004-10-181-27/+27
* Change "unsigned int" to "int" for base in proto of strtofr.pelissip2004-10-181-42/+50
* Misc corrections.vlefevre2004-10-161-48/+48
* Updated the version on the trunk.vlefevre2004-10-151-1/+1
* Update documentation.pelissip2004-10-111-20/+29
* Added functions mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil,vlefevre2004-09-301-0/+15
* cmp(x,y) if x=NAN or y=NAN returns 0 and erange flag.pelissip2004-09-291-2/+5
* Update documentation and NEWS to reflect new functionspelissip2004-09-291-16/+17
* Move mpfr_inits from mpfr-impl to mpfr.h.pelissip2004-09-291-0/+38
* Fix typo in the documentation about get_ functions.pelissip2004-09-271-7/+7
* New functions mpfr_get_sj and mpfr_get_uj, with tests.vlefevre2004-09-271-1/+9
* Update doc of mpfr_get_str (Minimum space is 7).pelissip2004-09-241-2/+2
* Add mpfr_strtofr function.pelissip2004-09-201-0/+59
* added warnings about init functions (mpf wrt mpfr)zimmerma2004-09-011-1/+7
* Update documentations.pelissip2004-08-311-143/+141
* Add doc for mpfr_sqr.pelissip2004-08-311-0/+5
* Fix month.pelissip2004-08-311-1/+1
* Add new functions: mpfr_get_emin_min, mpfr_get_emax_max, mpfr_get_emin_max andpelissip2004-08-191-0/+12
* Renamme mpfr_version to mpfr_get_version to be more GMP compatible.pelissip2004-07-161-1/+1
* Update doc.pelissip2004-05-271-9/+9
* Fix a typo.pelissip2004-04-211-1/+1
* Add mpfr_zero_p.pelissip2004-04-201-3/+4
* For add/sub_type functions where type is a type without signed zeros,pelissip2004-04-071-3/+8
* Add documentation of 'j' functions.pelissip2004-03-171-1/+8
* Fix doc about MPFR_DECL_INIT.pelissip2004-03-101-3/+3
* Add 'MPFR_DECL_INIT' macro.pelissip2004-03-101-0/+21
* Add the description of mpfr_set_ui_2exp and mpfr_set_si_2exp.pelissip2004-03-101-0/+7
* Add doc about mpfr_cmp_f functionpelissip2004-03-091-0/+1
* Add mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si, mpfr_div_si andpelissip2004-03-091-0/+6
* Add `mpfr_cmp_q` and `mpfr_cmp_z`.pelissip2004-03-091-0/+2
* Add documentation for MPFR_VERSIONpelissip2004-02-271-0/+21
* Add mpfr_free_cache.pelissip2004-02-231-2/+7
* Add mpfr_free_str function.pelissip2004-02-231-3/+8
* mpfr_sgn is no longer a macro.pelissip2004-02-201-5/+2
* Added a note about the ternary value, important in practice.vlefevre2004-02-171-0/+2
* changed back to C99 standard for special values of x^yzimmerma2004-02-161-1/+1
* new coverage testszimmerma2004-02-141-1/+3
* improved coverage testzimmerma2004-02-141-0/+1
* improved coverage testzimmerma2004-02-131-0/+1
* Add forgotten copyright 2004 line.pelissip2004-02-061-0/+4
* fixed bug in get_str (case pow2, rnd=up or down)zimmerma2004-02-031-4/+6
* Fix tiny bug of Concept Index / Rounding Modes.pelissip2004-01-201-2/+2