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:Andreas Enge2011-08-301-0/+27
* moved trivial contents of sin.c and cos.c into sin_cos.cAndreas Enge2011-01-071-28/+0
* sin and cos call sin_cos also for ordinary argumentsAndreas Enge2011-01-071-71/+1
* mpc.h, mpc.texi:Andreas Enge2011-01-071-130/+3
* use macro mpc_fin_p to detect special operandsAndreas Enge2010-10-041-1/+1
* cos.c, sin.c: use mpfr_sinh_coshAndreas Enge2010-10-041-32/+31
* code cleanup:Andreas Enge2010-07-301-2/+2
* pow.c: let mpc_exp handle overflowAndreas Enge2010-07-151-1/+1
* cos.s: reverted r795 and r796, applied simple fix for huge operandsAndreas Enge2010-07-151-42/+15
* More work on overflow problem (still incomplete). There is still a problemPaul Zimmermann2010-06-281-8/+30
* partial fix for problems with huge exponents reported by Chris SaundersPaul Zimmermann2010-06-281-1/+12
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1Andreas Enge2010-06-111-1/+1
* revert to UNIX format (r457 changed every file to DOS format).Philippe Theveny2009-03-171-220/+220
* Modify #include chain so as to support DLL creation on CygwinPhilippe Theveny2009-03-171-222/+220
* src/cos.c: complete the changes done in revision 380: the rounding mode in mp...Philippe Theveny2009-01-051-2/+2
* NEWS, doc/mpc.texi: notice change in exp, sin, cos, and tan function prototypes.Philippe Theveny2008-12-031-24/+19
* (hopefully) efficiency improvement:Andreas Enge2008-10-041-9/+13
* src/cos.c: Fix bug revealed by reuse tests.Philippe Theveny2008-09-191-6/+6
* Fix wrong sign.Philippe Theveny2008-05-201-4/+3
* Cosmetic changes.Philippe Theveny2008-05-201-2/+2
* Fix incompatibility with C99 standard.Philippe Theveny2008-05-191-3/+3
* Add more tests and fix some bugs for trigonometric functions.Philippe Theveny2008-05-061-7/+10
* Add special values processing in mpc_cos as in the C99 standardPhilippe Theveny2008-04-221-33/+27
* bug fix concerning directed rounding in sqrtAndreas Enge2008-04-101-1/+1
* Cosmetic changes: no tab, no trailing white spaces, and new indentation.Philippe Theveny2008-04-101-10/+10
* bug fixesAndreas Enge2008-04-091-1/+2
* File reorganisation into three new directories: src, tests and doc.Philippe Theveny2008-04-091-0/+226