summaryrefslogtreecommitdiff
path: root/sin_cos.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-8/+9
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-13/+13
* changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) zimmerma2010-02-221-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-3/+3
* sin_cos.c: in case of tiny inputs, keep the flags. In practice, thisvlefevre2009-12-071-16/+18
* sin_cos.c: fixed a potential bug by changing a rnd_mode into MPFR_RNDZvlefevre2009-11-221-1/+1
* [sin_cos.c] fixed call to mpfr_can_round (rounding mode was wrong)zimmerma2009-10-131-1/+1
* [sin_cos.c] fixed error analysiszimmerma2009-10-081-8/+11
* [sin_cos.c] fixed bug introduced in r6447 (some variables had their precision...zimmerma2009-10-071-0/+2
* mpfr-impl.h, sin_cos.c, tests/tsin_cos.c: mp_rnd_t -> mpfr_rnd_t.vlefevre2009-09-181-2/+2
* sin_cos.c: GMP_RNDx -> MPFR_RNDx.vlefevre2009-09-181-11/+11
* sin_cos.c: untabified.vlefevre2009-09-181-20/+19
* [sin.c,cos.c] use mpfr_sincos_fast when prec >= MPFR_SINCOS_THRESHOLDzimmerma2009-09-181-8/+16
* added tuning mechanism for mpfr_sin_coszimmerma2009-09-181-4/+1
* [sin_cos.c] added asymptotically fast code, with threshold currently hardcodedzimmerma2009-09-181-0/+433
* [sin_cos.c] more precise meaning of the return valuezimmerma2009-09-171-2/+7
* 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-14/+14
* 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
* simplified MPFR_FAST_COMPUTE_IF_SMALL_INPUT part (in case of overlap)zimmerma2007-12-141-30/+34
* sin_cos.c: improved changeset 5084; in particular, added a missing cast.vlefevre2007-12-141-13/+14
* sin_cos.c, tsin_cos.c: fixed bug occurring when arguments overlap andzimmerma2007-12-141-1/+26
* GNU coding style, reformatting, exit (-1) -> exit (1).vlefevre2007-09-221-1/+1
* sin_cos.c: fixed the overflow and cancellation problems by usingvlefevre2007-09-161-18/+26
* Put back previous patch, now avoids overflow, and added more explanations.zimmerma2007-09-161-4/+16
* Efficiency regression wasn't fixed correctly -> commented out the code.vlefevre2007-09-151-3/+7
* fixed efficiency regression pointed out by Andreas Engezimmerma2007-09-151-0/+6
* fixed bug in mpfr_sin_cos found by Philippe: z (to save the cosine) was notzimmerma2007-09-131-3/+7
* new function mpfr_modf and add restrictions on mpfr_sin_cos' variablesthevenyp2007-09-131-0/+2
* sin_cos.c: 2nd arg of 1st mpfr_can_round call was wrongzimmerma2007-07-161-3/+8
* Untabified.vlefevre2007-07-011-29/+29
* fixed several problems with huge arguments in periodic functionszimmerma2007-06-281-34/+53
* sin_cos.c: fixed a bug for x = 0 in reduced exponent range.vlefevre2007-06-211-2/+3
* Untabified and removed trailing spaces.vlefevre2007-06-201-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
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* small improvement in sign detectionzimmerma2005-10-051-3/+5
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-5/+5
* Converted tabs to spaces with expand.vlefevre2005-08-181-16/+16
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Fix wrong integer types.pelissip2005-02-161-1/+2
* Use of MPFR_LOG_FUNC.pelissip2005-02-151-3/+4
* Add log for other functions.pelissip2005-02-101-2/+6