summaryrefslogtreecommitdiff
path: root/src/atan.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-211-1/+1
* [src/atan.c] Removing the FIXME: I can't see anything wrong in thevlefevre2020-04-221-2/+0
* [src/atan.c] Added an assertion.vlefevre2020-04-221-0/+1
* [src/atan.c] Reduce the number of mpz_get_ui calls with assertions.vlefevre2020-04-221-4/+8
* [src/atan.c] Added a FIXME.vlefevre2020-04-221-0/+2
* [src/atan.c] Added assertions.vlefevre2020-03-101-4/+6
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-1/+1
* Fixed spelling mistakes found by codespell 1.12.0.vlefevre2018-03-091-8/+8
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/atan.c] added commentzimmerma2017-01-281-0/+2
* [src/atan.c] small optimizationzimmerma2017-01-281-1/+3
* [src/atan.c] speedup for small precisionzimmerma2017-01-271-4/+86
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/atan.c] Avoid the reuse of variables for two completely differentvlefevre2016-09-211-7/+6
* [src/{atan.c,sin_cos.c}] Added casts to avoid potential integervlefevre2016-09-211-1/+1
* [src/atan.c] fixed TODOs, and simplified codezimmerma2016-08-291-16/+7
* [src/atan.c] Added TODO's to use mpz_init2 instead mpz_init: I couldvlefevre2016-08-191-0/+3
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* improve mpfr_atan for small precision (patch from Patrick Pelissier)zimmerma2014-11-091-16/+12
* [src/atan.c] Fixed types of some variables, in particularvlefevre2014-02-111-2/+6
* Optimization: likely / unlikely, etc. (patch by Patrick Pélissier).vlefevre2014-01-241-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src/atan.c] Removed trailing whitespace.vlefevre2012-06-261-1/+1
* [atan.c] improved code coverage by removing some dead code after some numericalzimmerma2012-06-261-18/+17
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Updated AUTHORS file and copyright notices (for more consistency).vlefevre2011-05-181-1/+1
* [src/atan.c] Fixed bug in mpfr_atan: mpfr_check_range was called on thevlefevre2011-05-041-1/+1
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-2/+4
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Source reorganization. In short:vlefevre2010-08-171-0/+435