summaryrefslogtreecommitdiff
path: root/src/sin_cos.c
Commit message (Expand)AuthorAgeFilesLines
* improve starting precision when input is tinyzimmerma2013-12-211-1/+18
* sin_cos.c: precision was increased by prec/2 too earlyzimmerma2013-12-201-1/+1
* speed up mpc_sin for small inputzimmerma2013-12-201-2/+3
* changed GMP_RND? to MPFR_RND?enge2012-07-231-21/+21
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-64/+64
* sin_cos.c: split out sin.c and cos.c to follow gnu coding standards:enge2011-08-301-15/+1
* license change:enge2011-08-291-12/+11
* sin_cos.c: fixed reuse error introduced with previous revisionenge2011-02-231-4/+5
* mpc-impl.h, get_version.c:enge2011-02-231-16/+6
* sin_cos.c: removed never occuring case (requires that the imaginary case beenge2011-02-231-7/+3
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* sin-cos.c: small changesenge2011-01-181-12/+11
* sin_cos: bug fix to allow overlap in argument and resultenge2011-01-181-72/+103
* sin_cos: simplification of real caseenge2011-01-121-14/+22
* moved trivial contents of sin.c and cos.c into sin_cos.cenge2011-01-071-1/+15
* sin and cos call sin_cos also for ordinary argumentsenge2011-01-071-6/+8
* documented sin_cosenge2011-01-071-0/+3
* mpc.h, mpc.texi:enge2011-01-071-52/+302
* sin_cos.c: reused variable c instead of cch, s instead of sshenge2010-10-041-21/+14
* new function mpc_sin_cos, not yet documentedenge2010-10-041-0/+130