summaryrefslogtreecommitdiff
path: root/cosh.c
Commit message (Expand)AuthorAgeFilesLines
* Fix critical bugs due to different kind of overflow in cosh.pelissip2004-05-051-22/+21
* Optimize cosh a few by removing an unused intermedary var.pelissip2004-05-051-84/+74
* improved test coveragezimmerma2004-02-131-6/+6
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Changed some error messages into assertions.vlefevre2004-01-141-10/+9
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+2
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-19/+17
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-26/+30
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-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
* Misc bug fixes and code clean-up.vlefevre2002-02-011-11/+6
* removed K&R function headerszimmerma2001-11-161-7/+0
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* removed prototype already in mpfr.hzimmerma2001-11-161-1/+0
* correct some bugsdaney2001-10-241-2/+3
* correct few thingsdaney2001-10-171-5/+5
* little patch for coshdaney2001-10-171-79/+78
* implement ternary inexact flagzimmerma2001-10-151-63/+64
* new function filedaney2001-04-051-0/+133