summaryrefslogtreecommitdiff
path: root/const_euler.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Untabify.vlefevre2005-09-161-1/+1
* fixed overflow problem for large precisionzimmerma2005-09-151-49/+7
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-6/+6
* Fix warning due to comparison of unsigned and signed integers.pelissip2005-06-081-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* improved const_euler and eintzimmerma2005-05-041-7/+92
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* Add ZivLoop controller for constantes.pelissip2005-02-141-12/+14
* Change user interface for mpfr_const_pi, mpfr_const_log2 andpelissip2005-02-031-1/+12
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Remove _MPFR_PROTO for static functions.pelissip2005-01-041-2/+2
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-2/+2
* Add preliminary generic code to handle cached const.pelissip2004-04-211-1/+1
* improved coverage testzimmerma2004-02-131-4/+3
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Changed some error messages into assertions.vlefevre2004-01-141-9/+4
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-2/+2
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-3/+5
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-2/+2
* (mpfr_const_euler_S, mpfr_const_euler_R)vlefevre2002-12-071-2/+2
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.vlefevre2002-02-141-2/+2
* Functions (constants) renamed.vlefevre2001-12-061-0/+171