summaryrefslogtreecommitdiff
path: root/cos.c
Commit message (Expand)AuthorAgeFilesLines
* cos.c bug fix: a rounding mode was incorrect.vlefevre2007-06-201-1/+1
* cos.c: use MPFR_SMALL_INPUT_AFTER_SAVE_EXPO instead ofvlefevre2007-06-201-3/+2
* cos.c: untabified.vlefevre2007-06-201-14/+14
* MPFR_RET (mpfr_check_range (...)) -> return mpfr_check_range (...)vlefevre2007-05-281-2/+1
* Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.vlefevre2007-05-281-2/+2
* 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
* Replaced mpfr_mul_2exp and mpfr_div_2exp by mpfr_mul_2ui andvlefevre2006-12-191-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
* Fixed padding-bit test.vlefevre2005-10-301-2/+3
* 3 corrections in cos.c concerning maxi:vlefevre2005-10-301-2/+12
* now tune Mulders short square (not yet used)zimmerma2005-10-291-10/+104
* 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