summaryrefslogtreecommitdiff
path: root/const_pi.c
Commit message (Expand)AuthorAgeFilesLines
* Optimize cosh a few by removing an unused intermedary var.pelissip2004-05-051-7/+9
* Move to ASSERT mode some code.pelissip2004-05-041-1/+3
* Push/Pop emin/emax so that an overflow can't occur in mpfr_set_z(x,pi,r)pelissip2004-05-041-1/+5
* Add preliminary generic code to handle cached const.pelissip2004-04-211-25/+2
* improved coveragezimmerma2004-02-131-1/+1
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-1/+2
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-2/+2
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-211-17/+11
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-15/+20
* Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi,vlefevre2003-10-011-14/+17
* Modify 'r' arg of GENERIC from int to long (min 32 bits).pelissip2003-09-251-7/+7
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-103/+127
* Patches from W. Galway.hanrot2003-03-281-1/+1
* Credits for the pi formula modified.hanrot2003-03-271-1/+1
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-9/+9
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-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-1/+1
* Functions (constants) renamed.vlefevre2001-12-061-0/+220