summaryrefslogtreecommitdiff
path: root/mpfr.texi
Commit message (Expand)AuthorAgeFilesLines
* updated mpfr_cmp_dzimmerma2003-05-131-0/+1
* added Riemann Zeta function (contribution from Jean-Luc Re'my)zimmerma2003-04-111-0/+6
* Move macros down below @copying.ryde2003-04-081-25/+27
* Add @: after various abbreviations.ryde2003-04-081-9/+9
* fixed reference to Plouffe/Bailey/Borwein formulazimmerma2003-03-281-2/+2
* changed back "unsigned char *" to "char *"zimmerma2003-03-261-3/+3
* char * -> const unsigned char * for mpfr_set_str, mpfr_set_str_raw,zimmerma2003-03-251-3/+3
* fixed documentation bug in mpfr_log2 (exact results)zimmerma2003-03-181-2/+3
* Update concerning underflow problems.vlefevre2003-03-171-1/+2
* mpfr_set_str now accepts a binary exponent for base 16vlefevre2003-02-271-4/+6
* New recommendation to install MPFR.vlefevre2003-02-271-13/+14
* document new functions (fits_*, get_ui, get_si, get_d_2exp)zimmerma2003-02-131-4/+61
* IEEE 754 / IEEE P754 -> IEEE 754-1985.vlefevre2002-12-131-8/+8
* Correction.vlefevre2002-12-131-1/+1
* Added a note about the signed zero.vlefevre2002-12-131-0/+3
* added paragraph about accuracyzimmerma2002-12-121-0/+7
* rewritten unclear paragraph about precisionzimmerma2002-12-121-16/+9
* Use @ifnottex/@end iffnotex instead of @ifinfo/@end ifinfozimmerma2002-12-031-2/+2
* Tweak some math formatting for tex.ryde2002-11-291-50/+52
* (Rounding Modes): Remove mpfr_set_machine_rnd_mode.ryde2002-11-291-7/+0
* mpfr_set_machine_rnd_mode fixed to compile on some architecturesvlefevre2002-11-251-6/+5
* added mpfr_cbrtzimmerma2002-10-241-3/+10
* C9X -> ISO/IEC 9899:1999 (ISO C99).vlefevre2002-10-171-3/+6
* added mpfr_set_ld and mpfr_get_ldzimmerma2002-10-171-1/+11
* (mpfr_init, mpfr_init2, mpfr_set_prec): Make void return, these alwaysryde2002-09-231-8/+6
* cmp_abs -> cmpabs (for compatibility with mpz)zimmerma2002-09-231-1/+1
* (Converting Floats): Don't refer to the internal _mp_free_func withryde2002-09-211-3/+3
* (Special Functions, Internals): Make these into nodes.ryde2002-09-211-13/+18
* now mpfr_agm returns an int (inexact flag)zimmerma2002-09-181-1/+2
* MPFR now needs GMP 4.1 or higher.vlefevre2002-08-231-1/+1
* New internal functions mpfr_setmin and mpfr_setmax.vlefevre2002-07-261-0/+18
* Function mpfr_check_range now propagates the inexact ternary value.vlefevre2002-07-251-11/+12
* updated documentation of mpfr_get_strzimmerma2002-07-241-9/+6
* Function mpfr_frac and tests added.vlefevre2002-07-241-0/+7
* Function mpfr_check_range improved in the underflow case.vlefevre2002-07-231-2/+7
* New functions mpfr_get_exp and mpfr_set_exp.vlefevre2002-07-041-1/+12
* added pointer to mpfr_inp_str in mpfr_set_strzimmerma2002-06-271-8/+3
* Patch by Kevin Ryde.vlefevre2002-06-081-4/+3
* Patch by Kevin Ryde (and Vincent Lefevre).vlefevre2002-06-081-108/+114
* patch from Richard Dawe <richdawe@bigfoot.com> to generate HTMLzimmerma2002-06-051-16/+16
* added mpfr_gamma in libmpfrzimmerma2002-06-051-0/+6
* added mathematical description of arithmetico-geometric meanzimmerma2002-05-141-0/+4
* fixed errors found by Sylvain Pionzimmerma2002-04-301-6/+11
* not relevant -> undefined.vlefevre2002-04-271-3/+3
* Some changes concerning the internals and zerosvlefevre2002-04-271-9/+5
* mpfr_set_str doesn't require any more a final '\0'zimmerma2002-04-251-3/+5
* mpfr_cmp_abs no longer an internal function and described in mpfr.texi.vlefevre2002-04-241-1/+16
* mpfr_init and mpfr_init2 now return an intzimmerma2002-04-191-4/+8
* improved documentation of mpfr_set_precset_prec.zimmerma2002-04-171-1/+2
* fixed documentation of cosh/sinh/tanhzimmerma2002-04-161-7/+5