| Commit message (Expand) | Author | Age | Files | Lines |
* | Suppress some #define and fix symbol names (makes code cleaner): | vlefevre | 2002-12-16 | 1 | -21/+16 |
* | put redefinitions of external symbols just before prototypes | zimmerma | 2002-12-02 | 1 | -7/+5 |
* | (mpfr_set_machine_rnd_mode): Move prototype to mpfr-test.h. | ryde | 2002-11-29 | 1 | -1/+0 |
* | redefined external symbols in the __gmpfr namespace | zimmerma | 2002-11-29 | 1 | -0/+7 |
* | mpfr_set_machine_rnd_mode fixed to compile on some architectures | vlefevre | 2002-11-25 | 1 | -1/+1 |
* | added prototype for mpfr_get_ld | zimmerma | 2002-10-16 | 1 | -0/+1 |
* | added mpfr_set_ld and test file | zimmerma | 2002-10-15 | 1 | -0/+1 |
* | (mpfr_init, mpfr_init2, mpfr_set_prec): Make void return, these always | ryde | 2002-09-23 | 1 | -3/+3 |
* | cmp_abs -> cmpabs (for compatibility with mpz) | zimmerma | 2002-09-23 | 1 | -1/+2 |
* | now mpfr_agm returns an int (inexact flag) | zimmerma | 2002-09-18 | 1 | -1/+1 |
* | Functions mpfr_greater_p, mpfr_greaterequal_p, mpfr_less_p, | vlefevre | 2002-07-28 | 1 | -0/+8 |
* | New internal functions mpfr_setmin and mpfr_setmax. | vlefevre | 2002-07-26 | 1 | -0/+3 |
* | Function mpfr_frac and tests added. | vlefevre | 2002-07-24 | 1 | -0/+1 |
* | Function mpfr_check_range improved in the underflow case. | vlefevre | 2002-07-23 | 1 | -1/+1 |
* | New functions mpfr_get_exp and mpfr_set_exp. | vlefevre | 2002-07-04 | 1 | -0/+2 |
* | added mpfr_gamma in libmpfr | zimmerma | 2002-06-05 | 1 | -0/+1 |
* | mpfr_cmp_abs no longer an internal function and described in mpfr.texi. | vlefevre | 2002-04-24 | 1 | -0/+1 |
* | mpfr_init and mpfr_init2 now return an int | zimmerma | 2002-04-19 | 1 | -2/+2 |
* | New values for exponent range. | vlefevre | 2002-04-18 | 1 | -1/+1 |
* | mpfr_cmp_ui_2exp and mpfr_cmp_si_2exp rewritten. | vlefevre | 2002-04-16 | 1 | -2/+2 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d. | vlefevre | 2002-04-07 | 1 | -2/+2 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | added new functions mpfr_set_nan and mpfr_set_inf | zimmerma | 2002-03-19 | 1 | -0/+2 |
* | added back mpfr_sin_cos | zimmerma | 2002-03-17 | 1 | -0/+1 |
* | New mpfr_get_d, mpfr_get_d2, mpfr_get_d3. | vlefevre | 2002-03-11 | 1 | -1/+2 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | changed name of mpz_set_fr to mpfr_get_z_exp | zimmerma | 2002-03-01 | 1 | -1/+1 |
* | MP_EXP_T_MAX and MP_EXP_T_MIN defined. | vlefevre | 2002-02-13 | 1 | -1/+1 |
* | mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round rewritten. | vlefevre | 2002-01-30 | 1 | -3/+10 |
* | mpfr_round -> mpfr_round_prec. | vlefevre | 2002-01-25 | 1 | -1/+1 |
* | MPFR_PREC_MAX redefined. | vlefevre | 2002-01-22 | 1 | -2/+4 |
* | Patches by Kevin Ryde for K&R compilers | vlefevre | 2002-01-12 | 1 | -2/+2 |
* | GMP_PROTO change was already done by Vincent | zimmerma | 2002-01-10 | 1 | -5/+1 |
* | prepare change PROTO -> GMP_PROTO | zimmerma | 2002-01-10 | 1 | -0/+5 |
* | __GMP_PROTO defined if not already defined. | vlefevre | 2002-01-04 | 1 | -0/+4 |
* | added acos (from Mathieu Dutour) | zimmerma | 2001-12-05 | 1 | -0/+1 |
* | changed MPFR_PREC_MIN to 2 | zimmerma | 2001-11-30 | 1 | -1/+1 |
* | Functions mpfr_{mul,div}_2{si,ui} added. | vlefevre | 2001-11-29 | 1 | -0/+6 |
* | mpfr_can_round and mpfr_can_round_raw: prototypes changed. | vlefevre | 2001-11-22 | 1 | -1/+1 |
* | mpfr_add_one_ulp and mpfr_sub_one_ulp changed. | vlefevre | 2001-11-21 | 1 | -2/+2 |
* | Added MPFR_PREC_MIN and MPFR_PREC_MAX. | vlefevre | 2001-11-21 | 1 | -0/+2 |
* | mpfr_print_raw -> mpfr_print_binary | zimmerma | 2001-11-16 | 1 | -1/+1 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | added year 2001 in copyright line | zimmerma | 2001-11-16 | 1 | -1/+1 |
* | does not include stdio.h any more | zimmerma | 2001-11-16 | 1 | -10/+12 |
* | remove some name of variables | daney | 2001-11-08 | 1 | -1/+1 |
* | Update. | vlefevre | 2001-11-08 | 1 | -2/+2 |
* | Fix. | vlefevre | 2001-11-08 | 1 | -4/+4 |
* | suppress variable name in dim min max | daney | 2001-11-08 | 1 | -3/+4 |