summaryrefslogtreecommitdiff
path: root/cbrt.c
Commit message (Expand)AuthorAgeFilesLines
* improved coverage testzimmerma2004-02-131-3/+2
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* fixed bugs in atan cbrt erfzimmerma2004-01-271-5/+13
* Changed some error messages into assertions.vlefevre2004-01-141-5/+4
* + Optimize a few div.cpelissip2003-12-151-1/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-5/+6
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-28/+26
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* improved code for rounding to nearestzimmerma2002-10-191-46/+25
* completely rewritten using mpz_rootzimmerma2002-10-181-146/+117
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Library GPL -> Lesser GPLzimmerma2002-03-191-6/+7
* add cbrt in fonctionnalitydaney2002-03-111-0/+197