summaryrefslogtreecommitdiff
path: root/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* added prototype for mpfr_sin_coszimmerma2000-12-011-0/+1
* added macro MPFR_RESET_INFzimmerma2000-11-281-0/+1
* added macro MPFR_IS_ZEROzimmerma2000-11-271-0/+1
* Infinis, premiere tentative.hanrot2000-11-211-2/+8
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-16/+16
* Suppression de vieilleries.hanrot2000-10-191-1/+1
* 1 << 31 -> ((unsigned int)1) << 31.hanrot2000-10-191-1/+1
* mpfr_t -> mpfr_ptr or mpfr_srcptrzimmerma2000-10-021-4/+4
* kara_sqrtrem -> mpn_sqrtrem_newzimmerma2000-09-291-1/+1
* replaced macros for mpfr_init_set_si by "do { ... } while (0)" sozimmerma2000-08-161-6/+6
* added prototype for mpfr_sub_uizimmerma2000-06-291-0/+1
* added prototype for mpfr_set_prec_rawzimmerma2000-06-211-0/+1
* added prototype for mpz_set_frzimmerma2000-06-161-0/+1
* Added declaration of trunc, ceil, floor.hanrot2000-06-151-0/+3
* Added random2, urandombhanrot2000-06-151-0/+3
* mpfr_init is now a function (no more a macro)zimmerma2000-05-291-1/+1
* added prototypes for set_str, inp_strzimmerma2000-05-251-4/+5
* fixed output type for mpfr_ui_divzimmerma2000-05-241-1/+1
* - added macro for mpfr_sgnzimmerma2000-05-241-14/+15
* added several prototypeszimmerma2000-05-241-1/+6
* corrected comment about field mp_sizezimmerma2000-05-181-1/+1
* added mpfr_abs (macro using mpfr_set4)zimmerma2000-05-111-0/+1
* added prototype for mpfr_set_default_rounding_modezimmerma2000-05-041-1/+2
* unsigned char -> mp_rnd_tzimmerma2000-02-111-54/+57
* changed prototype of mpfr_set_f (takes now only 3 arguments)zimmerma2000-02-041-1/+1
* added prototype for kara_sqrtremzimmerma2000-02-031-2/+10
* added prototype for mpn_divrem_n (Burnikel-Ziegler algorithm)zimmerma2000-02-011-0/+1
* added dummy *rand48 functions for CYGWINzimmerma1999-10-201-0/+8
* removed div3 and sqrt3zimmerma1999-10-071-4/+2
* fixed prototype of randomzimmerma1999-08-311-1/+1
* added copyright noticezimmerma1999-07-301-0/+22
* sqrt3 now returns an exact/inexact flag.hanrot1999-07-071-1/+1
* fixed prototype of mpfr_print_rnd_modezimmerma1999-07-061-1/+1
* Added mpfr_sqrt3.hanrot1999-07-061-0/+1