summaryrefslogtreecommitdiff
path: root/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* mpfr_set_q now returns an intzimmerma2001-10-261-1/+1
* add copysigndaney2001-10-261-2/+9
* Add multiplication/division/addition/substraction by mpz and mpqrouillie2001-10-261-0/+14
* implemented ternary flag in mpfr_ui_divzimmerma2001-10-261-1/+1
* La division nouvelle est arrivee.hanrot2001-10-251-1/+1
* add mpfr_log10daney2001-10-231-0/+1
* void -> int as return value for mpfr_add_uizimmerma2001-10-191-1/+1
* add some protodaney2001-10-191-5/+17
* mpfr_add1 and mpfr_sub1 prototypes moved to mpfr-impl.h (to detect clashes).vlefevre2001-10-191-1/+1
* added prototypes for mpfr_fma and mpfr_hypotzimmerma2001-10-161-0/+2
* return type is now int for mpfr_mul_2exp and mpfr_div_2expzimmerma2001-10-151-2/+2
* void -> int as return value for new functions implementing inexact flagzimmerma2001-10-121-8/+8
* now mpfr_set_prec returns 1 instead of producing an error in case prec=0zimmerma2001-09-281-1/+1
* Inexact ternary value for mpfr_set4, mpfr_set_ui and mpfr_set_si.vlefevre2001-09-111-2/+2
* Macro MPFR_RET added. Ternary value for mpfr_set4.vlefevre2001-09-111-1/+1
* New flags.vlefevre2001-09-111-1/+7
* added mpfr_tanzimmerma2001-09-101-0/+1
* removed sin_coszimmerma2001-09-071-1/+0
* mpfr_cmp3 changed and integer overflows checked.vlefevre2001-09-051-1/+1
* Some support for exponent change and exceptions.vlefevre2001-08-251-0/+30
* mpfr_const_euler returns an intzimmerma2001-08-231-1/+1
* added mpfr_const_eulerzimmerma2001-08-231-0/+1
* added mpfr_asinzimmerma2001-08-141-1/+2
* Macros mpfr_init_set_* changed to expressions.vlefevre2001-08-101-5/+5
* A few patches.daney2001-06-141-1/+8
* added mpfr_sin and mpfr_coszimmerma2001-06-071-0/+2
* reactualise .hdaney2001-04-051-0/+8
* mpfr_mul now returns an intzimmerma2001-03-131-1/+1
* added arc-tangentzimmerma2001-03-081-0/+1
* changed definition of mpfr_sgn to get rid of MPFR_NOTZEROzimmerma2001-02-181-1/+1
* added const to 2nd argument of mpfr_set_strzimmerma2001-02-151-3/+5
* added guard to prevent multiple inclusionzimmerma2001-01-181-0/+4
* removed srandomzimmerma2001-01-111-2/+4
* moved prototypes for mpfr_set4 and mpfr_cmp3 to mpfr.hzimmerma2000-12-221-0/+2
* added MPFR_SIGNzimmerma2000-12-211-3/+5
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-85/+10
* added prototype for mpfr_srandomzimmerma2000-12-151-1/+2
* added mpfr_swapzimmerma2000-12-151-0/+1
* removed MPFR_SET_IS_FP (not used)zimmerma2000-12-151-1/+0
* A few patches.hanrot2000-12-151-1/+1
* MPFR_CHANGE_SIGN modified to avoid a possible side effect.vlefevre2000-12-151-1/+1
* Patches for compiler warnings.hanrot2000-12-151-2/+2
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-2/+3
* added macros to recognize doubles that are NaNs and infinitieszimmerma2000-12-071-0/+11
* now ABSSIZE uses only 29 bitszimmerma2000-12-051-1/+1
* added header for mpfr_extractzimmerma2000-12-011-0/+1
* replaced log(2.0) by LOG2 [first step in getting rid of math.h]zimmerma2000-12-011-0/+4
* added extern "C" { ... } for inclusion in C++zimmerma2000-12-011-9/+8
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* removed macro for mpfr_init_set_str_rawzimmerma2000-12-011-2/+0