summaryrefslogtreecommitdiff
path: root/atan.c
Commit message (Expand)AuthorAgeFilesLines
* Untabified and removed trailing spaces.vlefevre2007-06-201-33/+33
* Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.vlefevre2007-05-281-1/+2
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* replaced 6th empty argument of MPFR_FAST_COMPUTE_IF_SMALL_INPUT by {}zimmerma2006-03-161-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* fixed remaining problemszimmerma2005-11-021-2/+8
* declared variables as mp_prec_t instead of intzimmerma2005-11-021-8/+10
* factored calls to gmp_alloczimmerma2005-10-311-6/+4
* improved atan (now can cut series before 2^m)zimmerma2005-10-311-69/+131
* Converted tabs to spaces with expand.vlefevre2005-08-181-60/+60
* Add experimental code (Disabled).pelissip2005-07-261-1/+9
* Fix bug of signed 0.pelissip2005-07-051-39/+38
* Simplify a condition which was always true.pelissip2005-06-281-14/+12
* Add assertion.pelissip2005-06-281-0/+1
* Simplify code for final step (when i== n0):pelissip2005-06-281-13/+11
* Optimize: when computing arctan(p/2^r) simplifypelissip2005-06-281-47/+25
* Fix warnings due to comparaison between signed and unsigned.pelissip2005-06-081-3/+3
* Fix introduced bug due to missing NULL.pelissip2005-06-081-2/+2
* Clean up use of stdio.h:pelissip2005-06-081-2/+0
* Use GROUP functions.pelissip2005-06-071-28/+11
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add support for FAST_COMPUTE_IS_SMALL_INPUT.pelissip2005-05-131-5/+5
* Add round_near_x support for small arguments.pelissip2005-05-131-0/+5
* Fix computing of `sup` to reflect what is decribed in algorithms.tex.pelissip2005-05-031-4/+5
* Tiny optimization of mpfr_atan.pelissip2005-05-031-34/+16
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+2
* Fix bug in estimated error (See previous ChangeLog).pelissip2005-03-021-6/+7
* Log input and ouput of functions.pelissip2005-02-151-0/+3
* Add ZivLoop controler.pelissip2005-02-141-39/+4
* Fix bug of atan(-1) (wrong sign).pelissip2005-02-041-1/+2
* Optimize mpfr_atan_aux by removing all power of 2 in the sum topelissip2005-01-141-43/+115
* Massive optimization of mpfr_atan (20x faster than 2.1.0 at 53 bits!)pelissip2005-01-121-64/+121
* Fix forgotten '2005' Line.pelissip2005-01-041-1/+1
* Fix wrong inexact value (regression).pelissip2005-01-041-1/+1
* Optimize mpfr_atan.pelissip2004-12-161-22/+92
* Optimize by increasing with BITS_PER_MP_LIMB instead of log2(prec)pelissip2004-12-101-1/+1
* Clean up code (Fix integer types + rewrite some code).pelissip2004-12-101-127/+74
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-12/+8
* Refix another bug (The same).pelissip2004-11-151-1/+1
* Fix a bug (Use __gmpfr_ceil_log2 instead of MPFR_INT_CEIL_LOG2).pelissip2004-11-151-1/+1
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-5/+7
* Unlikely some tests.pelissip2004-06-161-3/+2
* Fix overflow and add corresponding tests.pelissip2004-05-061-1/+4
* improved coverage testzimmerma2004-02-131-35/+37
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* fixed bugs in atan cbrt erfzimmerma2004-01-271-1/+2
* added several hard-coded tests (and fixed bugs found)zimmerma2004-01-221-17/+18