| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed mpfr_{jn,yn}_si (mpfr_t res, mpfr_t x, long n, ...) into | vlefevre | 2007-04-02 | 1 | -8/+8 |
* | added Bessel functions of second kind (y0, y1, yn_si) | zimmerma | 2007-03-31 | 1 | -0/+4 |
* | mpfr_jn -> mpfr_jn_si, with 'int' argument changed to 'long' | zimmerma | 2007-03-23 | 1 | -1/+1 |
* | added Bessel functions of first kind: j0, j1, jn | zimmerma | 2007-03-22 | 1 | -0/+4 |
* | Reimplemented mpfr_set_si_2exp and mpfr_set_ui_2exp, and mpfr_set_si | vlefevre | 2007-02-08 | 1 | -2/+2 |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -0/+1 |
* | added missing macro (thanks to Izhar Wallach <izharw@keddem.com>) | zimmerma | 2007-02-01 | 1 | -0/+2 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | Implemented MPFR_USE_EXTENSION support. | vlefevre | 2006-12-15 | 1 | -2/+11 |
* | Updated version to 2.3.0-dev. | vlefevre | 2006-11-20 | 1 | -1/+1 |
* | added new configure option --enable-decimal-float to build mpfr_set_decimal64 | zimmerma | 2006-11-08 | 1 | -12/+4 |
* | added --enable-decimal-float in configure, and corresponding macro | zimmerma | 2006-11-07 | 1 | -4/+4 |
* | added new (preliminary) conversions functions to/from decimal64 | zimmerma | 2006-11-05 | 1 | -0/+16 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | added mpfr_get_ld_2exp (contributed by Damien Stehle) | zimmerma | 2006-02-27 | 1 | -0/+2 |
* | Added comments. | vlefevre | 2006-01-17 | 1 | -1/+3 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Moved definitions of struct __gmpfr_cache_s and mpfr_cache_t, and | vlefevre | 2005-11-04 | 1 | -13/+0 |
* | Fixed bug in mpfr_set_ui macro when parameters are expressions | vlefevre | 2005-09-29 | 1 | -3/+8 |
* | new function mpfr_zeta_ui for integer argument | zimmerma | 2005-09-23 | 1 | -0/+1 |
* | new function lngamma | zimmerma | 2005-08-31 | 1 | -0/+1 |
* | Updated version to 2.3.0. | vlefevre | 2005-08-31 | 1 | -2/+2 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -75/+75 |
* | Fix bug for pre-ansi compiler. | pelissip | 2005-08-09 | 1 | -1/+1 |
* | Rename mpfr_stack to mpfr_custom_ | pelissip | 2005-08-05 | 1 | -14/+14 |
* | Add first version of MPFR stack interface. | pelissip | 2005-07-26 | 1 | -0/+50 |
* | Fix bug of NAN and INF. | pelissip | 2005-06-10 | 1 | -1/+1 |
* | Remove mpfr_sub_one_ulp from MPFR library. | pelissip | 2005-06-06 | 1 | -2/+4 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Fix some problems when you define mpfr_prec_t to be an unsigned short. | pelissip | 2005-05-13 | 1 | -56/+56 |
* | 1. Change the prototype of mpfr_can_round to use const. | pelissip | 2005-05-10 | 1 | -1/+1 |
* | Add functions mpfr_sech, mpfr_coth and mpfr_csch. | pelissip | 2005-05-04 | 1 | -0/+4 |
* | added mpfr_eint | zimmerma | 2005-04-30 | 1 | -0/+1 |
* | Define MPFR_VERSION_STRING using the update-version script | vlefevre | 2005-04-27 | 1 | -6/+1 |
* | added MPFR_VERSION_STRING | zimmerma | 2005-04-26 | 1 | -0/+6 |
* | added sec, csc, cot | zimmerma | 2005-04-22 | 1 | -0/+3 |
* | added mpfr_root | zimmerma | 2005-04-22 | 1 | -0/+1 |
* | added Catalan's constant | zimmerma | 2005-04-20 | 1 | -0/+1 |
* | Add function mpfr_subnormalize (To Test!!!!!) | pelissip | 2005-04-13 | 1 | -0/+3 |
* | Add function mpfr_atan2 | pelissip | 2005-04-04 | 1 | -0/+2 |
* | Add function mpfr_erfc. | pelissip | 2005-03-31 | 1 | -0/+1 |
* | new function mpfr_get_f | zimmerma | 2005-03-08 | 1 | -0/+2 |
* | Add support for Shared Library in MPFR (both Unix and Windows) by using libtool. | pelissip | 2005-02-08 | 1 | -272/+359 |
* | mpfr.h doesn't export anymore any globals. | pelissip | 2005-02-03 | 1 | -56/+10 |
* | Change user interface for mpfr_const_pi, mpfr_const_log2 and | pelissip | 2005-02-03 | 1 | -5/+0 |
* | Add functions mpfr_set_overflow, mpfr_set_underflow, mpfr_set_erangeflag, | pelissip | 2005-02-03 | 1 | -0/+6 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | Add new function mpfr_pow_z and its test file. | pelissip | 2005-01-24 | 1 | -0/+1 |
* | Fix problem of tab with ncurses. | pelissip | 2005-01-04 | 1 | -1/+1 |
* | changed tab[] into *tab (and removed 'tab' in mpfr.h) | zimmerma | 2005-01-01 | 1 | -1/+1 |