summaryrefslogtreecommitdiff
path: root/cos.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-296/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-2/+2
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* 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
* [cos.c] fixed case where reduced argument is zerozimmerma2009-11-011-0/+2
* [sin.c,cos.c] use mpfr_sincos_fast when prec >= MPFR_SINCOS_THRESHOLDzimmerma2009-09-181-0/+17
* replaced obsolete GMP functions (suggested by Brian Gladman):zimmerma2009-08-271-6/+6
* 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
* cos.c, sin.c: added MPFR_ASSERTN for huge expx.vlefevre2009-03-241-1/+5
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-10/+10
* 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
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-2/+2
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-2/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Further code clean-up (and consistency) based on icc warnings:vlefevre2008-08-071-2/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* fixed "efficiency bug" (argument reduction was broken)zimmerma2007-07-251-4/+9
* in reconstruction after computation of cos(x/2^k) for reduced argument,zimmerma2007-07-171-1/+4
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-2/+0
* ternary flag was wrong in case s=1 or -1 and rounding up/nearestzimmerma2007-07-041-4/+5
* Untabified.vlefevre2007-07-011-31/+31
* fixed stupid bug (subtraction of unsigned longs)zimmerma2007-06-251-1/+1
* cos.c: implemented argument reduction by 2Pizimmerma2007-06-251-89/+69
* 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