summaryrefslogtreecommitdiff
path: root/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-5/+5
* mpfr.h: added a comment about MPFR_SIGN.vlefevre2008-10-161-0/+2
* [mpfr.h] fixed typo, and added warning about MPFR_SIGN.zimmerma2008-10-051-1/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-1/+0
* mpfr.h: added a comment concerning ICC.vlefevre2008-08-081-0/+5
* mpfr.h, mpfr-impl.h: avoid warnings with icc (at least icc 10.1).vlefevre2008-08-071-2/+2
* mpfr.h: fixed a comment.vlefevre2008-06-031-1/+1
* mpfr.h: added a comment about the mpfr_rnd_t enum.vlefevre2008-02-061-1/+5
* Reformat.vlefevre2008-01-301-1/+1
* change internal name of printf-like functions under preprocessor conditionals...thevenyp2008-01-281-1/+11
* rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internalzimmerma2008-01-151-0/+2
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* mpfr.h: moved function declarations out of "#ifdef _MPFR_H_HAVE_VA_LIST"vlefevre2007-11-241-10/+11
* Untabified and removed trailing spaces.vlefevre2007-11-241-10/+10
* stdarg-related corrections, as HAVE_STDARG is not standard thus must notvlefevre2007-11-231-7/+6
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-0/+28
* add dilogarithm functionthevenyp2007-10-161-1/+2
* new fmod functionthevenyp2007-09-261-0/+2
* new mpfr_sinh_cosh functionthevenyp2007-09-211-0/+2
* new function mpfr_modf and add restrictions on mpfr_sin_cos' variablesthevenyp2007-09-131-0/+2
* new arithmetic functions with a double argumentthevenyp2007-09-071-0/+13
* Implemented changes suggested invlefevre2007-08-131-2/+8
* Updated version to 2.4.0-dev.vlefevre2007-08-101-2/+2
* 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