| Commit message (Expand) | Author | Age | Files | Lines |
| * | sin_cos.c: split out sin.c and cos.c to follow gnu coding standards: | Andreas Enge | 2011-08-30 | 1 | -0/+27 |
| * | moved trivial contents of sin.c and cos.c into sin_cos.c | Andreas Enge | 2011-01-07 | 1 | -28/+0 |
| * | sin and cos call sin_cos also for ordinary arguments | Andreas Enge | 2011-01-07 | 1 | -71/+1 |
| * | mpc.h, mpc.texi: | Andreas Enge | 2011-01-07 | 1 | -130/+3 |
| * | use macro mpc_fin_p to detect special operands | Andreas Enge | 2010-10-04 | 1 | -1/+1 |
| * | cos.c, sin.c: use mpfr_sinh_cosh | Andreas Enge | 2010-10-04 | 1 | -32/+31 |
| * | code cleanup: | Andreas Enge | 2010-07-30 | 1 | -2/+2 |
| * | pow.c: let mpc_exp handle overflow | Andreas Enge | 2010-07-15 | 1 | -1/+1 |
| * | cos.s: reverted r795 and r796, applied simple fix for huge operands | Andreas Enge | 2010-07-15 | 1 | -42/+15 |
| * | More work on overflow problem (still incomplete). There is still a problem | Paul Zimmermann | 2010-06-28 | 1 | -8/+30 |
| * | partial fix for problems with huge exponents reported by Chris Saunders | Paul Zimmermann | 2010-06-28 | 1 | -1/+12 |
| * | replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1 | Andreas Enge | 2010-06-11 | 1 | -1/+1 |
| * | revert to UNIX format (r457 changed every file to DOS format). | Philippe Theveny | 2009-03-17 | 1 | -220/+220 |
| * | Modify #include chain so as to support DLL creation on Cygwin | Philippe Theveny | 2009-03-17 | 1 | -222/+220 |
| * | src/cos.c: complete the changes done in revision 380: the rounding mode in mp... | Philippe Theveny | 2009-01-05 | 1 | -2/+2 |
| * | NEWS, doc/mpc.texi: notice change in exp, sin, cos, and tan function prototypes. | Philippe Theveny | 2008-12-03 | 1 | -24/+19 |
| * | (hopefully) efficiency improvement: | Andreas Enge | 2008-10-04 | 1 | -9/+13 |
| * | src/cos.c: Fix bug revealed by reuse tests. | Philippe Theveny | 2008-09-19 | 1 | -6/+6 |
| * | Fix wrong sign. | Philippe Theveny | 2008-05-20 | 1 | -4/+3 |
| * | Cosmetic changes. | Philippe Theveny | 2008-05-20 | 1 | -2/+2 |
| * | Fix incompatibility with C99 standard. | Philippe Theveny | 2008-05-19 | 1 | -3/+3 |
| * | Add more tests and fix some bugs for trigonometric functions. | Philippe Theveny | 2008-05-06 | 1 | -7/+10 |
| * | Add special values processing in mpc_cos as in the C99 standard | Philippe Theveny | 2008-04-22 | 1 | -33/+27 |
| * | bug fix concerning directed rounding in sqrt | Andreas Enge | 2008-04-10 | 1 | -1/+1 |
| * | Cosmetic changes: no tab, no trailing white spaces, and new indentation. | Philippe Theveny | 2008-04-10 | 1 | -10/+10 |
| * | bug fixes | Andreas Enge | 2008-04-09 | 1 | -1/+2 |
| * | File reorganisation into three new directories: src, tests and doc. | Philippe Theveny | 2008-04-09 | 1 | -0/+226 |