summaryrefslogtreecommitdiff
path: root/ui_pow.c
Commit message (Expand)AuthorAgeFilesLines
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Ended up by simplifying mpfr_ui_pow to fix it completely (with avlefevre2003-09-091-148/+9
* Code clean-up and reindented. Replaced a 8 by CHAR_BIT,vlefevre2003-09-091-70/+72
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-19/+20
* declared mpfr_ui_pow_is_exact as staticzimmerma2003-03-131-1/+1
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* forgot to remove debug statementzimmerma2002-11-221-2/+0
* fixed bug (infinite loop) for exact powerszimmerma2002-11-221-21/+86
* 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
* Misc bug fixes and code clean-up.vlefevre2002-02-041-11/+8
* removed K&R function headerszimmerma2001-11-161-9/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* remove limits.h math.hdaney2001-11-161-5/+2
* removed proto already in mpfr.hzimmerma2001-11-161-1/+0
* take in account of CHAR_BIT in ui_powdaney2001-10-181-2/+2
* add the function pow(unsign long int, mpfr_t)daney2001-10-181-0/+131