summaryrefslogtreecommitdiff
path: root/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-2/+0
* Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi,vlefevre2003-10-011-45/+45
* Removed mpfr_inits, mpfr_inits2, mpfr_clears from the documentation.vlefevre2003-09-251-3/+0
* mpfr_round_prec is now obsoletezimmerma2003-09-191-1/+2
* New functions mpfr_inits, mpfr_inits2 and mpfr_clears to initialize orvlefevre2003-09-111-1/+4
* Changes (Patrick Pelissier's suggestions):vlefevre2003-09-011-1/+1
* (mpfr_get_d_2exp): Store exp in a long, same asryde2003-07-191-1/+1
* Take the current exponent range into account in mpfr_urandombvlefevre2003-06-201-1/+1
* added error functionzimmerma2003-06-121-0/+1
* Added cmp_d/tcmp_d.hanrot2003-05-131-0/+1
* added Riemann Zeta function (contribution from Jean-Luc Re'my)zimmerma2003-04-111-0/+1
* 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
* added "const" to char* arg. of mpfr_init_set_strzimmerma2003-02-131-1/+1
* mpfr_isinteger -> mpfr_integer_pzimmerma2003-02-131-2/+11
* (_MPFR_H_HAVE_FILE): Copy FILE define tests from gmp.h, addsryde2003-01-251-4/+12
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-21/+16
* put redefinitions of external symbols just before prototypeszimmerma2002-12-021-7/+5
* (mpfr_set_machine_rnd_mode): Move prototype to mpfr-test.h.ryde2002-11-291-1/+0
* redefined external symbols in the __gmpfr namespacezimmerma2002-11-291-0/+7
* mpfr_set_machine_rnd_mode fixed to compile on some architecturesvlefevre2002-11-251-1/+1
* added prototype for mpfr_get_ldzimmerma2002-10-161-0/+1
* added mpfr_set_ld and test filezimmerma2002-10-151-0/+1
* (mpfr_init, mpfr_init2, mpfr_set_prec): Make void return, these alwaysryde2002-09-231-3/+3
* cmp_abs -> cmpabs (for compatibility with mpz)zimmerma2002-09-231-1/+2
* now mpfr_agm returns an int (inexact flag)zimmerma2002-09-181-1/+1
* Functions mpfr_greater_p, mpfr_greaterequal_p, mpfr_less_p,vlefevre2002-07-281-0/+8
* New internal functions mpfr_setmin and mpfr_setmax.vlefevre2002-07-261-0/+3
* Function mpfr_frac and tests added.vlefevre2002-07-241-0/+1
* Function mpfr_check_range improved in the underflow case.vlefevre2002-07-231-1/+1
* New functions mpfr_get_exp and mpfr_set_exp.vlefevre2002-07-041-0/+2
* added mpfr_gamma in libmpfrzimmerma2002-06-051-0/+1
* mpfr_cmp_abs no longer an internal function and described in mpfr.texi.vlefevre2002-04-241-0/+1
* mpfr_init and mpfr_init2 now return an intzimmerma2002-04-191-2/+2
* New values for exponent range.vlefevre2002-04-181-1/+1
* mpfr_cmp_ui_2exp and mpfr_cmp_si_2exp rewritten.vlefevre2002-04-161-2/+2
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-2/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* added new functions mpfr_set_nan and mpfr_set_infzimmerma2002-03-191-0/+2
* added back mpfr_sin_coszimmerma2002-03-171-0/+1
* New mpfr_get_d, mpfr_get_d2, mpfr_get_d3.vlefevre2002-03-111-1/+2
* Copyright line changed.vlefevre2002-03-041-1/+1
* changed name of mpz_set_fr to mpfr_get_z_expzimmerma2002-03-011-1/+1
* MP_EXP_T_MAX and MP_EXP_T_MIN defined.vlefevre2002-02-131-1/+1
* mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round rewritten.vlefevre2002-01-301-3/+10
* mpfr_round -> mpfr_round_prec.vlefevre2002-01-251-1/+1
* MPFR_PREC_MAX redefined.vlefevre2002-01-221-2/+4
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-2/+2
* GMP_PROTO change was already done by Vincentzimmerma2002-01-101-5/+1