summaryrefslogtreecommitdiff
path: root/src/sin.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-68/+1
* mpc.h, mpc.texi:enge2011-01-071-85/+3
* use macro mpc_fin_p to detect special operandsenge2010-10-041-1/+1
* cos.c, sin.c: use mpfr_sinh_coshenge2010-10-041-37/+39
* code cleanup:enge2010-07-301-2/+2
* sin.c: reverted r795 and r796 and applied simple fix for overflowenge2010-07-151-41/+14
* More work on overflow problem (still incomplete). There is still a problemzimmerma2010-06-281-7/+29
* 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-169/+169
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-172/+169
* replaced call to mpfr_sin_cos by calls to mpfr_cos andenge2008-12-081-2/+3
* NEWS, doc/mpc.texi: notice change in exp, sin, cos, and tan function prototypes.thevenyp2008-12-031-49/+47
* sin: lower precision for sign determinationenge2008-10-041-3/+3
* Add more tests and fix some bugs for trigonometric functions.thevenyp2008-05-061-3/+7
* Fix values at a (x +/-i*Inf) point.thevenyp2008-04-221-9/+23
* Fix sign of zero in mpc_sin.thevenyp2008-04-221-4/+5
* Add special values processing in mpc_sin as in the C99 standardthevenyp2008-04-211-14/+69
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-091-0/+99