summaryrefslogtreecommitdiff
path: root/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* Add mpfr_get_default_rounding_mode.pelissip2004-01-191-0/+1
* Fix the definition of MPFR_PREC_MAXpelissip2004-01-071-1/+1
* Updated copyright line.vlefevre2004-01-061-1/+1
* Added mpfr_version function and test.vlefevre2004-01-061-0/+1
* Change comment.pelissip2003-12-221-1/+1
* + Rearrange the code to be more "compatible" with broken systems.pelissip2003-12-221-3/+6
* Support of MPFR_PREC_FORMAT.pelissip2003-12-191-8/+20
* + Modify Version to 2.1.0.pelissip2003-12-191-1/+10
* Added mpfr_exp10 function.vlefevre2003-12-051-0/+1
* * Optimize a few div.c and mul.c.pelissip2003-11-171-15/+25
* Some minor optimizations.pelissip2003-11-071-9/+4
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-2/+1
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-051-9/+11
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-179/+174
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-8/+4
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-167/+173
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-211-1/+1
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-2/+0
* Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi,vlefevre2003-10-011-45/+45
* Removed mpfr_inits, mpfr_inits2, mpfr_clears from the documentation.vlefevre2003-09-251-3/+0
* mpfr_round_prec is now obsoletezimmerma2003-09-191-1/+2
* New functions mpfr_inits, mpfr_inits2 and mpfr_clears to initialize orvlefevre2003-09-111-1/+4
* Changes (Patrick Pelissier's suggestions):vlefevre2003-09-011-1/+1
* (mpfr_get_d_2exp): Store exp in a long, same asryde2003-07-191-1/+1
* Take the current exponent range into account in mpfr_urandombvlefevre2003-06-201-1/+1
* added error functionzimmerma2003-06-121-0/+1
* Added cmp_d/tcmp_d.hanrot2003-05-131-0/+1
* added Riemann Zeta function (contribution from Jean-Luc Re'my)zimmerma2003-04-111-0/+1
* changed back "unsigned char *" to "char *"zimmerma2003-03-261-3/+3
* char * -> const unsigned char * for mpfr_set_str, mpfr_set_str_raw,zimmerma2003-03-251-3/+3
* added "const" to char* arg. of mpfr_init_set_strzimmerma2003-02-131-1/+1
* mpfr_isinteger -> mpfr_integer_pzimmerma2003-02-131-2/+11
* (_MPFR_H_HAVE_FILE): Copy FILE define tests from gmp.h, addsryde2003-01-251-4/+12
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-21/+16
* put redefinitions of external symbols just before prototypeszimmerma2002-12-021-7/+5
* (mpfr_set_machine_rnd_mode): Move prototype to mpfr-test.h.ryde2002-11-291-1/+0
* redefined external symbols in the __gmpfr namespacezimmerma2002-11-291-0/+7
* mpfr_set_machine_rnd_mode fixed to compile on some architecturesvlefevre2002-11-251-1/+1
* added prototype for mpfr_get_ldzimmerma2002-10-161-0/+1
* added mpfr_set_ld and test filezimmerma2002-10-151-0/+1
* (mpfr_init, mpfr_init2, mpfr_set_prec): Make void return, these alwaysryde2002-09-231-3/+3
* cmp_abs -> cmpabs (for compatibility with mpz)zimmerma2002-09-231-1/+2
* now mpfr_agm returns an int (inexact flag)zimmerma2002-09-181-1/+1
* Functions mpfr_greater_p, mpfr_greaterequal_p, mpfr_less_p,vlefevre2002-07-281-0/+8
* New internal functions mpfr_setmin and mpfr_setmax.vlefevre2002-07-261-0/+3
* Function mpfr_frac and tests added.vlefevre2002-07-241-0/+1
* Function mpfr_check_range improved in the underflow case.vlefevre2002-07-231-1/+1
* New functions mpfr_get_exp and mpfr_set_exp.vlefevre2002-07-041-0/+2
* added mpfr_gamma in libmpfrzimmerma2002-06-051-0/+1
* mpfr_cmp_abs no longer an internal function and described in mpfr.texi.vlefevre2002-04-241-0/+1