summaryrefslogtreecommitdiff
path: root/acos.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* [acos.c] initial working precision was too smallzimmerma2009-09-181-2/+4
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-10/+10
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* acos.c: disabled change from r3145 ("Optimize mpfr_acos by choosingvlefevre2007-06-281-0/+7
* acos.c: fixed integer overflows; to avoid undefined behavior, I hadvlefevre2007-06-281-3/+7
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* 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