| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated documentation. In particular, mpfr_set_str_raw renamed | vlefevre | 2003-10-02 | 1 | -2/+0 |
* | Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi, | vlefevre | 2003-10-01 | 1 | -45/+45 |
* | Removed mpfr_inits, mpfr_inits2, mpfr_clears from the documentation. | vlefevre | 2003-09-25 | 1 | -3/+0 |
* | mpfr_round_prec is now obsolete | zimmerma | 2003-09-19 | 1 | -1/+2 |
* | New functions mpfr_inits, mpfr_inits2 and mpfr_clears to initialize or | vlefevre | 2003-09-11 | 1 | -1/+4 |
* | Changes (Patrick Pelissier's suggestions): | vlefevre | 2003-09-01 | 1 | -1/+1 |
* | (mpfr_get_d_2exp): Store exp in a long, same as | ryde | 2003-07-19 | 1 | -1/+1 |
* | Take the current exponent range into account in mpfr_urandomb | vlefevre | 2003-06-20 | 1 | -1/+1 |
* | added error function | zimmerma | 2003-06-12 | 1 | -0/+1 |
* | Added cmp_d/tcmp_d. | hanrot | 2003-05-13 | 1 | -0/+1 |
* | added Riemann Zeta function (contribution from Jean-Luc Re'my) | zimmerma | 2003-04-11 | 1 | -0/+1 |
* | changed back "unsigned char *" to "char *" | zimmerma | 2003-03-26 | 1 | -3/+3 |
* | char * -> const unsigned char * for mpfr_set_str, mpfr_set_str_raw, | zimmerma | 2003-03-25 | 1 | -3/+3 |
* | added "const" to char* arg. of mpfr_init_set_str | zimmerma | 2003-02-13 | 1 | -1/+1 |
* | mpfr_isinteger -> mpfr_integer_p | zimmerma | 2003-02-13 | 1 | -2/+11 |
* | (_MPFR_H_HAVE_FILE): Copy FILE define tests from gmp.h, adds | ryde | 2003-01-25 | 1 | -4/+12 |
* | 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 |