summaryrefslogtreecommitdiff
path: root/ui_pow_ui.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-2/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-8/+8
* Improve coveragepelissip2005-06-061-2/+2
* Add new and faster trivial case for y <= 1 and n <= 1pelissip2005-06-031-7/+14
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* Clean up code.pelissip2005-02-141-14/+22
* Fix bug for mpfr_ui_pow_ui (Wrong inexact flag).pelissip2004-11-191-12/+9
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-2/+3
* new coverage testszimmerma2004-02-141-4/+5
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-2/+2
* Avoid a potential overflow.vlefevre2003-08-071-2/+3
* Function mpfr_check_range now propagates the inexact ternary value.vlefevre2002-07-251-1/+3
* 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
* Use mpfr_save_emin_emax and MPFR_RESTORE_RET.vlefevre2002-02-121-1/+2
* Bug fixed and other changes.vlefevre2002-02-121-12/+13
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-9/+1
* add ui_pow_ui.c (initially in pow.c)daney2001-11-081-0/+88