summaryrefslogtreecommitdiff
path: root/acos.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-22/+22
* Fix warning due to comparison of unsigned and signed integers.pelissip2005-06-081-2/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+2
* Log input and ouput of functions.pelissip2005-02-151-0/+3
* Add ZivLoop controler.pelissip2005-02-141-1/+4
* Fix bug (Forget a debug line).pelissip2005-01-141-7/+0
* Massive optimization of mpfr_atan (20x faster than 2.1.0 at 53 bits!)pelissip2005-01-121-4/+11
* Optimize mpfr_acos by choosing a better initial precision.pelissip2004-12-161-0/+7
* Clean the code.pelissip2004-12-101-63/+45
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-2/+3
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-1/+2
* Fix overflow and add corresponding tests.pelissip2004-05-061-1/+4
* Fix bug of inexact flag for acos(0).pelissip2004-03-121-3/+2
* improved coveragezimmerma2004-02-121-2/+2
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* added several hard-coded tests (and fixed bugs found)zimmerma2004-01-221-5/+6
* Disable sub1sp in add.c and in sub.c since it provides some bugs on spark (Lo...pelissip2003-12-221-4/+4
* 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-0/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-14/+17
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-1/+2
* Removed useless inclusion of standard headers and some #ifdef DEBUGvlefevre2003-10-081-3/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-6/+6
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* 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
* Some mpfr_clear added (patch by Kevin Ryde).vlefevre2002-03-121-0/+3
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.vlefevre2002-02-141-1/+1
* added acos (from Mathieu Dutour)zimmerma2001-12-051-0/+124