summaryrefslogtreecommitdiff
path: root/atan.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-435/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-3/+3
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-6/+6
* changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) zimmerma2010-02-221-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-1/+1
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-1/+1
* [atan.c] updated the commentszimmerma2009-09-231-4/+4
* atan.c: added a FIXME comment.vlefevre2009-09-221-0/+3
* atan.c: added some assertions.vlefevre2009-09-221-3/+7
* [atan.c] implemented argument reduction (cf error analysis in algorithms.tex)zimmerma2009-09-221-27/+54
* [acos.c] initial working precision was too smallzimmerma2009-09-181-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* atan.c: added comments after checking r6186.vlefevre2009-05-051-2/+2
* atan.c: expand exponent range when computing arctan(Inf) and arctan(+-1).thevenyp2009-05-051-11/+10
* [atan.c] fixed bug when x is very near but differs from 1zimmerma2009-04-291-1/+17
* untabifyvlefevre2009-03-061-3/+3
* [atan.c] coverage should now be 100%zimmerma2009-03-051-5/+6
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-17/+17
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-2/+2
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-2/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* final got rid of generic.c (bug 6199)zimmerma2008-09-161-13/+1
* fixed typo, added argument reduction for atan (we should try it since I believezimmerma2008-06-071-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* 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