summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added ternary flagzimmerma2001-10-191-17/+20
* void -> int for mpfr_add and mpfr_add_uizimmerma2001-10-191-2/+5
* add test for hypotdaney2001-10-191-0/+109
* add some testdaney2001-10-191-1/+2
* add some functionsdaney2001-10-191-1/+2
* add some protodaney2001-10-191-5/+17
* add test file for powdaney2001-10-191-0/+423
* add the help for pow and pow_sidaney2001-10-191-1/+18
* add the function pow and pow_sidaney2001-10-191-0/+397
* added two tests for 0-c and c-0 with prec(c) > prec(a)zimmerma2001-10-191-0/+16
* Removed #include <stdio.h>, "return 0;" replaced by "MPFR_RET(0);".vlefevre2001-10-191-2/+1
* mpfr_add1 and mpfr_sub1 prototypes moved to mpfr-impl.h (to detect clashes).vlefevre2001-10-194-69/+68
* Update.vlefevre2001-10-191-14/+14
* Underflow/overflow check.vlefevre2001-10-191-2/+5
* Documentation updated.vlefevre2001-10-191-1/+2
* Comment added.vlefevre2001-10-191-1/+1
* MPFR_RET(0) replaced by MPFR_RET_NAN.vlefevre2001-10-191-1/+1
* Macro MPFR_RET_NAN.vlefevre2001-10-191-0/+3
* Code clean-up in mpfr_round_raw (well... IMHO).vlefevre2001-10-181-7/+10
* take in account of CHAR_BIT in ui_powdaney2001-10-181-2/+2
* cast to mp_limb_t was missingzimmerma2001-10-181-3/+5
* BITS_PER_CHAR replaced by the standard CHAR_BIT.vlefevre2001-10-184-11/+11
* *** empty log message ***hanrot2001-10-181-1/+1
* add test of ui_powdaney2001-10-181-0/+149
* add the help of ui_powdaney2001-10-181-18/+8
* add the function pow(unsign long int, mpfr_t)daney2001-10-181-0/+131
* Improved configure.in.vlefevre2001-10-182-1092/+2349
* ajout du flag inexactdaney2001-10-181-2/+4
* fixed and improved check for gmp.h/gmp-impl.h/config.h/gmp-mparam.h/longlong.hvlefevre2001-10-181-4/+5
* add the help on log2daney2001-10-181-0/+7
* add the test file of the log2 (log in base 2)daney2001-10-181-0/+37
* ajout de log2 (log en base 2)daney2001-10-181-0/+150
* correst tanh(0)daney2001-10-181-0/+1
* added two more testszimmerma2001-10-181-3/+17
* wrong sign passed to mpfr_can_round (mp_limb_t may be unsigned)zimmerma2001-10-181-1/+2
* correct a bug for sinh(Inf)daney2001-10-181-1/+1
* correct syntax of tanh.cdaney2001-10-171-88/+106
* correct an errordaney2001-10-171-85/+98
* correct few thingsdaney2001-10-171-5/+5
* little patch for coshdaney2001-10-171-79/+78
* add the test function of expm1daney2001-10-171-0/+37
* add the test of the function log1pdaney2001-10-171-0/+37
* add the function expm1daney2001-10-171-0/+124
* add the function log1pdaney2001-10-171-0/+144
* add to mpfr.texi log1p and expm1daney2001-10-171-3/+35
* actualisation de exp2.cdaney2001-10-171-4/+0
* actualisation de exp2daney2001-10-171-67/+87
* New tests in tdiv.c.hanrot2001-10-172-6/+95
* New division in div.c, old one renamed in mpfr_div2. Remains to implementhanrot2001-10-172-158/+554
* ajout de functions pow, fma, hypot etc etcdaney2001-10-161-105/+898