summaryrefslogtreecommitdiff
path: root/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* prepare change PROTO -> GMP_PROTOzimmerma2002-01-101-0/+5
* __GMP_PROTO defined if not already defined.vlefevre2002-01-041-0/+4
* added acos (from Mathieu Dutour)zimmerma2001-12-051-0/+1
* changed MPFR_PREC_MIN to 2zimmerma2001-11-301-1/+1
* Functions mpfr_{mul,div}_2{si,ui} added.vlefevre2001-11-291-0/+6
* mpfr_can_round and mpfr_can_round_raw: prototypes changed.vlefevre2001-11-221-1/+1
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-2/+2
* Added MPFR_PREC_MIN and MPFR_PREC_MAX.vlefevre2001-11-211-0/+2
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* does not include stdio.h any morezimmerma2001-11-161-10/+12
* remove some name of variablesdaney2001-11-081-1/+1
* Update.vlefevre2001-11-081-2/+2
* Fix.vlefevre2001-11-081-4/+4
* suppress variable name in dim min maxdaney2001-11-081-3/+4