summaryrefslogtreecommitdiff
path: root/src/tan.c
Commit message (Expand)AuthorAgeFilesLines
* fixed typos reported by Ondřej Bílka <neleai@seznam.cz>zimmerma2013-07-241-1/+1
* changed GMP_RND? to MPFR_RND?enge2012-07-231-12/+12
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-55/+55
* license change:enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* tan: use sin_cos, gains about a third of the running time in ttanenge2011-01-071-14/+10
* use macro mpc_fin_p to detect special operandsenge2010-10-041-1/+1
* tan.c: used MPFR_ADD_ONE_ULP macro instead of case distinctionenge2010-09-171-12/+6
* fixed integer undefined behaviors reported by John Regehr (#10838)zimmerma2010-08-311-3/+41
* code cleanup:enge2010-07-301-2/+2
* tan.c: reverted r795 and r796 and implemented simple fixenge2010-07-151-38/+14
* More work on overflow problem (still incomplete). There is still a problemzimmerma2010-06-281-0/+16
* partial fix for problems with huge exponents reported by Chris Saunderszimmerma2010-06-281-10/+18
* replaced mp_exp_t by mpfr_exp_t, introduced in mpfr-3enge2010-06-111-3/+2
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-1/+1
* removed useless instances of #include <stdio.h>zimmerma2009-08-261-1/+0
* removed logging macros, which were essentially unusedenge2009-06-091-9/+0
* src/mpc-impl.h: rename MAX -> MPC_MAX and SWAP -> MPFR_SWAPthevenyp2009-03-241-1/+1
* revert to UNIX format (r457 changed every file to DOS format).thevenyp2009-03-171-268/+268
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-270/+268
* NEWS, doc/mpc.texi: notice change in exp, sin, cos, and tan function prototypes.thevenyp2008-12-031-48/+61
* src/sqrt.c, src/tan.c, tests/tgeneric.c: Fix mistakes in rounding mode types.thevenyp2008-11-261-2/+2
* [tan.dat] added one more corner case, which should give a 100% coveragezimmerma2008-11-171-5/+6
* [sqr.c] simplified code as for mul_karatsubazimmerma2008-11-151-1/+1
* added corner test cases for tanenge2008-11-141-1/+4
* configure.ac: reset ISO C89 as compiler default mode.thevenyp2008-06-301-2/+2
* algorithms.tex: improve explanations in section "generic error of division ",thevenyp2008-06-251-31/+63
* Change error estimation so as to match algorithms.texthevenyp2008-05-261-5/+9
* mpc-impl.h: stdlib.h is needed due to getenv.thevenyp2008-05-231-0/+1
* Add logging macros.thevenyp2008-05-231-0/+9
* Change rounding mode in loop so as to match description in algorithm.tex.thevenyp2008-05-221-5/+5
* Cosmetic changes.thevenyp2008-05-221-1/+1
* Cosmetic changes.thevenyp2008-05-201-4/+4
* Fix wrong sign.thevenyp2008-05-201-1/+1
* Add mpc_tan function.thevenyp2008-04-251-0/+207