summaryrefslogtreecommitdiff
path: root/atan.c
Commit message (Expand)AuthorAgeFilesLines
...
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-2/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-40/+37
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-3/+3
* Removed useless inclusion of standard headers and some #ifdef DEBUGvlefevre2003-10-081-104/+92
* inexact flag should now be correct for directed roundingzimmerma2003-10-061-21/+25
* Modify 'r' arg of GENERIC from int to long (min 32 bits).pelissip2003-09-251-1/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-7/+7
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-6/+6
* Bug fixed (found by Dmitrii Baksheyev): atan(1) cannot be exact.vlefevre2002-10-131-1/+1
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* changed name of mpz_set_fr to mpfr_get_z_expzimmerma2002-03-011-1/+1
* mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.vlefevre2002-02-141-4/+4
* nouvelle version de Mathieu Dutour,zimmerma2001-11-301-17/+16
* exptol is now of type mp_exp_tzimmerma2001-11-301-8/+8
* Possible integer overflow fixed.vlefevre2001-11-281-2/+2
* Particular cases fixed.vlefevre2001-11-281-2/+5
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added static to local functionszimmerma2001-11-161-8/+1
* new name for file arctan.czimmerma2001-08-141-0/+268