summaryrefslogtreecommitdiff
path: root/mpfr.texi
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagmpfr-2-1-2-rel(no author)2005-08-031-135/+183
* 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
* Update minor things.pelissip2004-01-201-114/+112
* minor change in contributionszimmerma2004-01-201-1/+1
* added Patrick in the main contributorszimmerma2004-01-201-4/+4
* Fixed spelling mistake.vlefevre2004-01-201-1/+1
* Reorder the documentation.pelissip2004-01-201-182/+192
* -0 -> @minus{}0.vlefevre2004-01-071-2/+2
* Specifications for mpfr_min and mpfr_max.vlefevre2004-01-071-0/+16
* Added mpfr_version function and test.vlefevre2004-01-061-17/+21
* The mpfr_print_rnd_mode return type is const char *, not char *.vlefevre2004-01-061-2/+2
* specified sign of zero in mpfr_set_*zimmerma2004-01-051-0/+3
* + Modify Version to 2.1.0.pelissip2003-12-191-1/+1
* Added mpfr_exp10 function.vlefevre2003-12-051-0/+5