summaryrefslogtreecommitdiff
path: root/atan2.c
Commit message (Expand)AuthorAgeFilesLines
* towards -> toward (consistency).vlefevre2009-09-021-1/+1
* atan.c: coverage should now be 100%thevenyp2009-05-131-1/+1
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Final code clean-up based on icc warnings.vlefevre2008-08-071-16/+16
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-3/+6
* Fixed a bug (found by Robert Bajema) in mpfr_atan2, which can occur ifvlefevre2007-10-041-0/+1
* atan2.c: as we supposed some property, let's add an assertion (whichvlefevre2007-08-281-0/+2
* atan2.c: improved comment.vlefevre2007-08-281-1/+4
* atan2.c: completed the underflow case.vlefevre2007-08-281-11/+17
* atan2.c: fixed the underflow case except in GMP_RNDN withvlefevre2007-08-281-9/+19
* atan2.c: implemented the special case where x is positive and y/x isvlefevre2007-08-281-4/+12
* erfc.c, atan2.c: added missing "MPFR_SAVE_EXPO_FREE (expo);" beforevlefevre2007-07-181-0/+1
* now deal with underflow in y/x (remains to deal with overflow)zimmerma2007-07-181-1/+11
* atan2.c: quick-and-dirty fix for atan2(y,1)zimmerma2007-07-181-0/+6
* 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
* 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
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-9/+9
* Converted tabs to spaces with expand.vlefevre2005-08-181-120/+120
* Change the address of the FSF.pelissip2005-06-021-2/+2
* fixed minor problem (wrong rounding mode for x=0, y<0), thanks Geoff Baileyzimmerma2005-04-201-2/+1
* Fix atan2 to fit C99 semantic.pelissip2005-04-141-49/+158
* Add TODO.pelissip2005-04-141-3/+27
* Add TODO.pelissip2005-04-131-1/+8
* Add function mpfr_atan2pelissip2005-04-041-0/+72