summaryrefslogtreecommitdiff
path: root/mpfr.texi
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpfr_cmp_ui_2exp and mpfr_cmp_si_2exp rewritten.vlefevre2002-04-161-2/+2
* Update for future 2.0.2.vlefevre2002-04-151-3/+3
* Back to version 2.0.1, updated documentation.vlefevre2002-04-151-30/+29
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-2/+2
* Removed useless @iftex...vlefevre2002-04-141-28/+8
* Update (thanks to Nathalie Revol).vlefevre2002-04-101-4/+3
* Note about overflows. Functions mpfr_{div,mul}_{si,ui} described.vlefevre2002-04-081-0/+12
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-2/+2
* fixed bugs found by Nathaliezimmerma2002-04-041-1/+2
* more "internal" changes suggested by Vincentzimmerma2002-03-311-2/+6
* added suggestions from Kevin in "internals"zimmerma2002-03-311-3/+23