summaryrefslogtreecommitdiff
path: root/cosh.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." andvlefevre2007-02-081-1/+2
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Copyright notice update: added 2006.vlefevre2006-01-101-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-24/+24
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add support for MPFR_GROUP functions.pelissip2005-06-021-7/+4
* Fix bug of overflow.pelissip2005-05-181-11/+17
* improved const_euler and eintzimmerma2005-05-041-4/+2
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-3/+2
* Log input and ouput of functions.pelissip2005-02-151-5/+4
* Add log for other functions.pelissip2005-02-101-5/+11
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-5/+6
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-1/+2
* 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