summaryrefslogtreecommitdiff
path: root/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* Updated version to 2.3.2.vlefevre2008-09-121-1/+1
* Updated version to 2.3.2-dev.vlefevre2008-09-061-1/+1
* Updated version to 2.3.2-rc1 again (the assertion failure in tpow_zvlefevre2008-09-031-1/+1
* Set version back to dev as an assertion failure occurs in tpow_z onvlefevre2008-08-271-1/+1
* Updated version to 2.3.2-rc1.vlefevre2008-08-271-1/+1
* mpfr.h: fixed a comment.vlefevre2008-06-031-1/+1
* Updated version to 2.3.2-dev.vlefevre2008-01-291-2/+2
* Release: MPFR 2.3.1.vlefevre2008-01-291-1/+1
* Updated version to 2.3.1-rc2.vlefevre2008-01-231-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Reverted version to 2.3.1-dev.vlefevre2008-01-011-1/+1
* Updated version to 2.3.1-rc1; updated month in mpfr.texi.vlefevre2007-12-281-1/+1
* Updated version to 2.3.1-dev (for future patches).vlefevre2007-10-231-2/+2
* Updated version to 2.3.0-dev (for future patches).vlefevre2007-08-291-1/+1
* Release: MPFR 2.3.0.vlefevre2007-08-291-1/+1
* Updated version to 2.3.0-rc2.vlefevre2007-08-131-1/+1
* Implemented changes suggested invlefevre2007-08-131-2/+8
* Reverted version to 2.3.0-dev again (the copysign issue is stillvlefevre2007-08-111-1/+1
* Updated version to 2.3.0-rc2.vlefevre2007-08-111-1/+1
* Reverted version to 2.3.0-dev as I've found bugs.vlefevre2007-08-111-1/+1
* Updated version to 2.3.0-rc2.vlefevre2007-08-111-1/+1
* Updated version back to 2.3.0-dev since the 2.3 branch will be recreatedvlefevre2007-07-311-2/+2
* Added support for tracking applied patches with new functionvlefevre2007-07-301-0/+1
* Updated version to 2.4.0-dev.vlefevre2007-07-021-2/+2
* Added mpfr_fms based on mpfr_fma.vlefevre2007-07-011-0/+2
* Untabified and removed trailing spaces.vlefevre2007-06-201-2/+2
* Fixed a bug in the mpfr_cmp_ui macro occurring on NaN and the constant 0vlefevre2007-05-281-2/+8
* mpfr.h: added mpfr_lgamma prototype.vlefevre2007-05-021-0/+1
* argument quo of remquo is now a pointer to long instead of intzimmerma2007-05-021-1/+1
* changed order of arguments: now mpfr_remquo (r, q, x, y, rnd).zimmerma2007-05-021-1/+1
* added mpfr_remquo and mpfr_remainderzimmerma2007-05-021-0/+4
* 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