summaryrefslogtreecommitdiff
path: root/cos.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-19/+19
* Replace mpfr_div_2ui call by SET_EXP/GET_EXPpelissip2005-06-151-1/+2
* Speed up a few (from 10822 to 10600).pelissip2005-06-151-3/+8
* Fix bug (use of GCC specific attribute).pelissip2005-06-141-2/+0
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add support for MPFR_GROUP functions.pelissip2005-06-021-12/+6
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-3/+3
* Reformating code.pelissip2005-05-171-37/+44
* Replace initial estimation of K0 from sqrt (p/2)pelissip2005-05-041-3/+6
* wrong commit, put back revision 1.47zimmerma2005-04-281-34/+1
* added error analysis for Geoff's argument reduction for arctanzimmerma2005-04-281-1/+34
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* USe of mpfr_nexttozero.pelissip2005-02-151-6/+1
* Add MPFR_LOG_FUNCpelissip2005-02-141-9/+7
* Fix wrong place for MPFR_LOG_BEGIN.pelissip2005-02-031-2/+2
* Add support for ZivLoop controler and logging.pelissip2005-02-021-9/+10
* Clean up code (due to mix with Paul changes).pelissip2005-01-281-11/+4
* Much faster worst case (ie result near 0 or 1).pelissip2005-01-281-2/+9
* speed-up special case where approximation is 1 or -1zimmerma2005-01-281-0/+19
* Updated copyright line.vlefevre2005-01-281-1/+1
* fixed efficiency problem in case of cos(Pi)zimmerma2005-01-281-3/+7
* Add some assertion.pelissip2004-12-201-2/+4
* Optimize mpfr_cos.pelissip2004-12-171-44/+48
* Testpelissip2004-12-151-2/+2
* Fix a bug on some compilators:pelissip2004-11-191-1/+1
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-3/+5
* fixed problem for x near from Pi/2 (the internal precision should takezimmerma2004-05-181-2/+9
* Remove a C++ comment.pelissip2004-05-111-1/+0
* Remove a forgotten "assertd" which isn't usefull anymore.pelissip2004-05-101-1/+0
* Optimize cos.pelissip2004-05-071-25/+30
* improved initial value of working precision (did not take into accountzimmerma2004-05-071-1/+2
* Fix a critical bug in cos in case you have set the float range for the expone...pelissip2004-05-041-3/+7
* Optimize a few cos.pelissip2004-05-041-18/+16
* improved test coveragezimmerma2004-02-131-3/+4
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Changed some error messages into assertions.vlefevre2004-01-141-5/+3
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-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-1/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-9/+10
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-1/+1
* mpfr_round_prec is now obsoletezimmerma2003-09-191-1/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-7/+8
* 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-2/+2
* Misc bug fixes and code clean-up.vlefevre2002-02-011-3/+3