summaryrefslogtreecommitdiff
path: root/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* Changed mpfr_{jn,yn}_si (mpfr_t res, mpfr_t x, long n, ...) intovlefevre2007-04-021-8/+8
* added Bessel functions of second kind (y0, y1, yn_si)zimmerma2007-03-311-0/+4
* mpfr_jn -> mpfr_jn_si, with 'int' argument changed to 'long'zimmerma2007-03-231-1/+1
* added Bessel functions of first kind: j0, j1, jnzimmerma2007-03-221-0/+4
* Reimplemented mpfr_set_si_2exp and mpfr_set_ui_2exp, and mpfr_set_sivlefevre2007-02-081-2/+2
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* added missing macro (thanks to Izhar Wallach <izharw@keddem.com>)zimmerma2007-02-011-0/+2
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Implemented MPFR_USE_EXTENSION support.vlefevre2006-12-151-2/+11
* Updated version to 2.3.0-dev.vlefevre2006-11-201-1/+1
* added new configure option --enable-decimal-float to build mpfr_set_decimal64zimmerma2006-11-081-12/+4
* added --enable-decimal-float in configure, and corresponding macrozimmerma2006-11-071-4/+4
* added new (preliminary) conversions functions to/from decimal64zimmerma2006-11-051-0/+16
* Fixed FSF address.vlefevre2006-03-311-1/+1
* added mpfr_get_ld_2exp (contributed by Damien Stehle)zimmerma2006-02-271-0/+2
* Added comments.vlefevre2006-01-171-1/+3
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Moved definitions of struct __gmpfr_cache_s and mpfr_cache_t, andvlefevre2005-11-041-13/+0
* Fixed bug in mpfr_set_ui macro when parameters are expressionsvlefevre2005-09-291-3/+8
* new function mpfr_zeta_ui for integer argumentzimmerma2005-09-231-0/+1
* new function lngammazimmerma2005-08-311-0/+1
* Updated version to 2.3.0.vlefevre2005-08-311-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-75/+75
* Fix bug for pre-ansi compiler.pelissip2005-08-091-1/+1
* Rename mpfr_stack to mpfr_custom_pelissip2005-08-051-14/+14
* Add first version of MPFR stack interface.pelissip2005-07-261-0/+50
* Fix bug of NAN and INF.pelissip2005-06-101-1/+1
* Remove mpfr_sub_one_ulp from MPFR library.pelissip2005-06-061-2/+4
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Fix some problems when you define mpfr_prec_t to be an unsigned short.pelissip2005-05-131-56/+56
* 1. Change the prototype of mpfr_can_round to use const.pelissip2005-05-101-1/+1
* Add functions mpfr_sech, mpfr_coth and mpfr_csch.pelissip2005-05-041-0/+4
* added mpfr_eintzimmerma2005-04-301-0/+1
* Define MPFR_VERSION_STRING using the update-version scriptvlefevre2005-04-271-6/+1
* added MPFR_VERSION_STRINGzimmerma2005-04-261-0/+6
* added sec, csc, cotzimmerma2005-04-221-0/+3
* added mpfr_rootzimmerma2005-04-221-0/+1
* added Catalan's constantzimmerma2005-04-201-0/+1
* Add function mpfr_subnormalize (To Test!!!!!)pelissip2005-04-131-0/+3
* Add function mpfr_atan2pelissip2005-04-041-0/+2
* Add function mpfr_erfc.pelissip2005-03-311-0/+1
* new function mpfr_get_fzimmerma2005-03-081-0/+2
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-272/+359
* mpfr.h doesn't export anymore any globals.pelissip2005-02-031-56/+10
* Change user interface for mpfr_const_pi, mpfr_const_log2 andpelissip2005-02-031-5/+0
* Add functions mpfr_set_overflow, mpfr_set_underflow, mpfr_set_erangeflag,pelissip2005-02-031-0/+6
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Add new function mpfr_pow_z and its test file.pelissip2005-01-241-0/+1
* Fix problem of tab with ncurses.pelissip2005-01-041-1/+1
* changed tab[] into *tab (and removed 'tab' in mpfr.h)zimmerma2005-01-011-1/+1