summaryrefslogtreecommitdiff
path: root/src/atan.c
Commit message (Expand)AuthorAgeFilesLines
* atan, atanh: Fix discrepancy with C standard for (+-0, +-1).enge2013-08-261-5/+5
* remove compatibility function ROUND_AWAYenge2012-07-231-1/+1
* changed GMP_RND? to MPFR_RND?enge2012-07-231-34/+34
* atan.c: transform test into assertion, add commentsenge2012-07-061-2/+8
* atan.c: use macro ROUND_AWAYenge2012-07-051-2/+1
* [atan.c] fixed one wrong rounding mode, and added commentszimmerma2012-07-051-4/+6
* configure.ac: reenable warning flagsenge2012-06-281-1/+0
* atan.c, tatan.c: detect intermediate underflow and disable testenge2012-06-261-8/+5
* [tatan.c] added one test to improve the code coverage, which produces anzimmerma2012-06-261-1/+5
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-48/+48
* license change:enge2011-08-291-12/+11
* [atan.c] reverted to revision 982 (with inits2 instead of inits, to avoidzimmerma2011-04-071-9/+2
* atan.c: work-around for spurious warning of clangenge2011-04-061-3/+10
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* fixed integer undefined behaviors reported by John Regehr (#10838)zimmerma2010-08-311-15/+20
* code cleanup: removed macro MPFR_EXP from mpc-impl.henge2010-07-301-8/+8
* replaced the few trailing mp_rnd_t by mpfr_rnd_tenge2010-06-111-2/+2
* 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-3/+3
* [atan.c] fixed problem with variable y which was initialized twicezimmerma2009-11-201-3/+2
* atan.c: removed test that is always false, without resolving the case ofenge2009-11-031-5/+5
* [atan.c] fixed bug in previous commit (rounding direction was wrong inzimmerma2009-10-051-1/+1
* [atan.c] fixed bug in case pure imaginary argument with Im(z) > 1zimmerma2009-10-051-3/+5
* [atan.c] fixed uninitialized variable (reported by Kaveh Ghazi)zimmerma2009-09-301-1/+1
* [atan.c] fixed bug when Im(op)=1 or -1zimmerma2009-09-301-5/+22
* [atan.c] merged from branch feature-inverse-trigozimmerma2009-09-291-0/+339