summaryrefslogtreecommitdiff
path: root/ui_pow.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-1/+1
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* mpfr_ui_pow fix: added a MPFR_SAVE_EXPO_UPDATE_FLAGS.vlefevre2007-08-091-0/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-2/+0
* 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-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-2/+3
* 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