summaryrefslogtreecommitdiff
path: root/src/cos.c
Commit message (Expand)AuthorAgeFilesLines
* sin_cos.c: split out sin.c and cos.c to follow gnu coding standards:enge2011-08-301-0/+27
* moved trivial contents of sin.c and cos.c into sin_cos.cenge2011-01-071-28/+0
* sin and cos call sin_cos also for ordinary argumentsenge2011-01-071-71/+1
* mpc.h, mpc.texi:enge2011-01-071-130/+3
* use macro mpc_fin_p to detect special operandsenge2010-10-041-1/+1
* cos.c, sin.c: use mpfr_sinh_coshenge2010-10-041-32/+31
* code cleanup:enge2010-07-301-2/+2
* pow.c: let mpc_exp handle overflowenge2010-07-151-1/+1
* cos.s: reverted r795 and r796, applied simple fix for huge operandsenge2010-07-151-42/+15
* More work on overflow problem (still incomplete). There is still a problemzimmerma2010-06-281-8/+30
* partial fix for problems with huge exponents reported by Chris Saunderszimmerma2010-06-281-1/+12
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-1/+1
* revert to UNIX format (r457 changed every file to DOS format).thevenyp2009-03-171-220/+220
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-222/+220
* src/cos.c: complete the changes done in revision 380: the rounding mode in mp...thevenyp2009-01-051-2/+2
* NEWS, doc/mpc.texi: notice change in exp, sin, cos, and tan function prototypes.thevenyp2008-12-031-24/+19
* (hopefully) efficiency improvement:enge2008-10-041-9/+13
* src/cos.c: Fix bug revealed by reuse tests.thevenyp2008-09-191-6/+6
* Fix wrong sign.thevenyp2008-05-201-4/+3
* Cosmetic changes.thevenyp2008-05-201-2/+2
* Fix incompatibility with C99 standard.thevenyp2008-05-191-3/+3
* Add more tests and fix some bugs for trigonometric functions.thevenyp2008-05-061-7/+10
* Add special values processing in mpc_cos as in the C99 standardthevenyp2008-04-221-33/+27
* bug fix concerning directed rounding in sqrtenge2008-04-101-1/+1
* Cosmetic changes: no tab, no trailing white spaces, and new indentation.thevenyp2008-04-101-10/+10
* bug fixesenge2008-04-091-1/+2
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-091-0/+226