summaryrefslogtreecommitdiff
path: root/cos.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpfr_round -> mpfr_round_prec.vlefevre2002-01-251-1/+1
* now use MPFR_PREC_MINzimmerma2001-11-301-3/+3
* fixed bug for small precision, where r can be >= 1zimmerma2001-11-291-5/+7
* removed K&R function headerszimmerma2001-11-161-13/+0
* assert -> MPFR_ASSERTzimmerma2001-11-161-2/+2
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added static to local functionszimmerma2001-11-161-2/+2
* implement ternary inexact flagzimmerma2001-10-151-5/+5
* new (faster) implementation of mpfr_coszimmerma2001-09-071-0/+150