summaryrefslogtreecommitdiff
path: root/sin.c
Commit message (Expand)AuthorAgeFilesLines
* Untabified.vlefevre2007-07-011-35/+35
* fixed several problems with huge arguments in periodic functionszimmerma2007-06-281-91/+57
* Untabified and removed trailing spaces.vlefevre2007-06-201-3/+3
* Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.vlefevre2007-05-281-6/+2
* workaround for bug when x is very small (check_tiny in tsin)zimmerma2007-05-231-1/+6
* 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
* replaced 6th empty argument of MPFR_FAST_COMPUTE_IF_SMALL_INPUT by {}zimmerma2006-03-161-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* fixed bug found by Vincent (worst-case)zimmerma2005-12-231-14/+10
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-8/+8
* Converted tabs to spaces with expand.vlefevre2005-08-181-33/+33
* fixed bug in mpfr_sin (possible wrong inexact flag for rounding to nearest)zimmerma2005-08-081-1/+4
* Replace int to mp_prec_t for precision...pelissip2005-06-081-1/+2
* Clean up use of stdio.h:pelissip2005-06-081-2/+0
* Fix wrong assertion.pelissip2005-06-071-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Remove a space.pelissip2005-05-171-0/+1
* Add support for FAST_COMPUTE_IS_SMALL_INPUT.pelissip2005-05-131-1/+4
* wrong commit, put revision 1.37 backzimmerma2005-04-281-89/+2
* added error analysis for Geoff's argument reduction for arctanzimmerma2005-04-281-2/+89
* Use of MPFR_LOG_FUNC.pelissip2005-02-151-4/+3
* Add ZivLoop for signpelissip2005-02-151-21/+20
* Add support for logging.pelissip2005-02-031-32/+34
* inexact flag was inexact :-)zimmerma2005-02-021-1/+9
* Move mpfr_nexttozero and mpfr_nexttoinf from static to mpfr-impl.pelissip2005-02-021-5/+2
* Add loop counterpelissip2005-01-311-28/+39
* changed algorithm for mpfr_sin (to get inexact flag)zimmerma2005-01-291-8/+11
* solved efficiency problem in mpfr_sin_sign for x near Pizimmerma2005-01-281-1/+4
* Updated copyright line.vlefevre2005-01-281-1/+1
* Much faster worst case (ie result near 0 or 1).pelissip2005-01-281-0/+9
* Optimize the computing of the sign of sinus if GET_EXP(x) < 0pelissip2004-12-171-1/+4
* Optimize initial precision in case of EXP(x) < 0.pelissip2004-12-091-3/+5
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-1/+2
* Fix an overflow bug.pelissip2004-06-101-2/+2
* Improve tests for sin.pelissip2004-05-181-1/+1
* mpfr_sin_sign() should use at least MPFR_GET_EXP() bitszimmerma2004-05-181-1/+4
* Remove some warnings.pelissip2004-02-241-1/+1
* new coverage testszimmerma2004-02-141-20/+29
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-13/+16
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-1/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-8/+9
* mpfr_sin_sign -> static.vlefevre2003-03-031-3/+1
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* fixed bug with wrong sign detectionzimmerma2002-10-201-16/+68
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1