summaryrefslogtreecommitdiff
path: root/pow.c
Commit message (Expand)AuthorAgeFilesLines
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* Update.vlefevre2001-11-081-3/+0
* rename pow2.c in pow.c (source for mpfr_pow)daney2001-11-081-120/+226
* implemented exact rounding (but no ternary flag)zimmerma2001-10-261-48/+104
* code was wrong for infinityzimmerma2000-12-221-2/+4
* fixed wrong combination of conditions for Infinityzimmerma2000-12-221-2/+2
* k2r -> ansi stylezimmerma2000-12-211-12/+30
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-0/+1
* A few patches.hanrot2000-12-151-0/+2
* Patches for compiler warnings.hanrot2000-12-151-3/+3
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-0/+2
* replaced log(2.0) by LOG2 [first step in getting rid of math.h]zimmerma2000-12-011-2/+2
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-1/+14
* changed to return the error in ulpszimmerma2000-05-251-15/+22
* unsigned char -> mp_rnd_tzimmerma2000-02-111-8/+17
* added copyright noticezimmerma1999-07-301-0/+22
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-1/+10
* Patch in the case n = 0.hanrot1999-06-251-2/+2
* Initial revision.zimmerma1999-06-101-0/+36