summaryrefslogtreecommitdiff
path: root/src/atan.c
Commit message (Expand)AuthorAgeFilesLines
* Add copyright dates.Andreas Enge2020-07-231-1/+1
* enlarge internal exponent range for several functions + mpcheck cleanupPaul Zimmermann2020-02-061-6/+18
* Revert "atan: Drop assertion."Andreas Enge2017-04-061-0/+2
* atan: Drop assertion.Andreas Enge2017-03-311-2/+0
* atan: Modify comments.Andreas Enge2017-03-311-5/+6
* atan: Update copyright date.Andreas Enge2017-03-311-1/+1
* replaced rounding mode in mpfr_sqr by RNDU (thanks Joseph Myers)Paul Zimmermann2017-03-111-2/+2
* [src/atan.c] fixed typo in commentPaul Zimmermann2017-03-081-1/+1
* fixed bug in mpc_atan reported by Joseph MyersPaul Zimmermann2017-03-081-7/+35
* atan, atanh: Fix discrepancy with C standard for (+-0, +-1).Andreas Enge2013-08-261-5/+5
* remove compatibility function ROUND_AWAYAndreas Enge2012-07-231-1/+1
* changed GMP_RND? to MPFR_RND?Andreas Enge2012-07-231-34/+34
* atan.c: transform test into assertion, add commentsAndreas Enge2012-07-061-2/+8
* atan.c: use macro ROUND_AWAYAndreas Enge2012-07-051-2/+1
* [atan.c] fixed one wrong rounding mode, and added commentsPaul Zimmermann2012-07-051-4/+6
* configure.ac: reenable warning flagsAndreas Enge2012-06-281-1/+0
* atan.c, tatan.c: detect intermediate underflow and disable testAndreas Enge2012-06-261-8/+5
* [tatan.c] added one test to improve the code coverage, which produces anPaul Zimmermann2012-06-261-1/+5
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereAndreas Enge2011-11-041-48/+48
* license change:Andreas Enge2011-08-291-12/+11
* [atan.c] reverted to revision 982 (with inits2 instead of inits, to avoidPaul Zimmermann2011-04-071-9/+2
* atan.c: work-around for spurious warning of clangAndreas Enge2011-04-061-3/+10
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."Paul Zimmermann2011-01-251-1/+1
* fixed integer undefined behaviors reported by John Regehr (#10838)Paul Zimmermann2010-08-311-15/+20
* code cleanup: removed macro MPFR_EXP from mpc-impl.hAndreas Enge2010-07-301-8/+8
* replaced the few trailing mp_rnd_t by mpfr_rnd_tAndreas Enge2010-06-111-2/+2
* replaced mp_exp_t by mpfr_exp_t, introduced in mpfr-3Andreas Enge2010-06-111-3/+2
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1Andreas Enge2010-06-111-3/+3
* [atan.c] fixed problem with variable y which was initialized twicePaul Zimmermann2009-11-201-3/+2
* atan.c: removed test that is always false, without resolving the case ofAndreas Enge2009-11-031-5/+5
* [atan.c] fixed bug in previous commit (rounding direction was wrong inPaul Zimmermann2009-10-051-1/+1
* [atan.c] fixed bug in case pure imaginary argument with Im(z) > 1Paul Zimmermann2009-10-051-3/+5
* [atan.c] fixed uninitialized variable (reported by Kaveh Ghazi)Paul Zimmermann2009-09-301-1/+1
* [atan.c] fixed bug when Im(op)=1 or -1Paul Zimmermann2009-09-301-5/+22
* [atan.c] merged from branch feature-inverse-trigoPaul Zimmermann2009-09-291-0/+339