summaryrefslogtreecommitdiff
path: root/copysign.c
Commit message (Expand)AuthorAgeFilesLines
* + Add mpfr_add1sp which provides addition when all the operands have the same...pelissip2004-02-121-3/+3
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Some minor optimizations.pelissip2003-11-071-1/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-2/+2
* 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
* Misc bug fixes and code clean-up.vlefevre2002-02-011-41/+7
* removed K&R function headerszimmerma2001-11-161-8/+0
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* removed prototype already in mpfr.hzimmerma2001-11-161-1/+0
* add copysign.cdaney2001-10-261-0/+85