summaryrefslogtreecommitdiff
path: root/asin.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." andvlefevre2007-02-081-1/+2
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Replaced 6th empty argument of MPFR_FAST_COMPUTE_IF_SMALL_INPUT by {}vlefevre2006-03-161-1/+1
* Copyright notice update: added 2006.vlefevre2006-01-101-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-26/+26
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Remove useless test.pelissip2005-05-171-6/+0
* Add support for FAST_COMPUTE_IS_SMALL_INPUT.pelissip2005-05-131-0/+3
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+2
* Log input and ouput of functions.pelissip2005-02-151-1/+4
* Add ZivLoop controler.pelissip2005-02-141-3/+4
* Optimize mpfr_asin by improving the choice of the initial precision.pelissip2004-12-161-21/+21
* Replace mpfr_neg to MPFR_CHANGE_SIGN.pelissip2004-12-101-1/+1
* Clean up the code (Removing useless variables and avoid mixing wrong integer ...pelissip2004-12-101-56/+47
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-4/+3
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-1/+2
* Unlikely some tests.pelissip2004-06-161-3/+2
* Fix overflow and add corresponding tests.pelissip2004-05-061-6/+8
* improved coverage testzimmerma2004-02-131-1/+2
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* added several hard-coded tests (and fixed bugs found)zimmerma2004-01-221-9/+6
* + Optimize a few div.cpelissip2003-12-151-15/+15
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-0/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-14/+14
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-1/+2
* Removed useless inclusion of standard headers and some #ifdef DEBUGvlefevre2003-10-081-58/+2
* inexact flag should now be correct for directed roundingzimmerma2003-10-061-7/+8
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-6/+6
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-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
* sign of sin(-1) was not setzimmerma2002-03-271-2/+3
* Copyright line changed.vlefevre2002-03-041-1/+1
* Particular cases fixed.vlefevre2001-11-281-5/+5
* removed K&R function headerszimmerma2001-11-161-7/+0
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* clear xp for Nan Inf or 0 are returneddaney2001-11-011-0/+8
* arc-sine, contributed by Mathieu Dutourzimmerma2001-08-141-0/+180