summaryrefslogtreecommitdiff
path: root/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove thread attribut until I found a good way to use it.pelissip2004-12-151-5/+0
* Add "MPFR_USE_NO_MACRO" user macro: it allows the user to linkpelissip2004-12-141-30/+43
* Simplify MPFR_SIGN by removing unnecessary ( ).pelissip2004-12-091-1/+1
* Add support for new attribut sentinel in incoming GCC 4.0pelissip2004-12-091-3/+11
* Add macro version for small functions:pelissip2004-11-151-4/+15
* Change "unsigned int" to "int" for base in proto of strtofr.pelissip2004-10-181-1/+1
* Updated the version on the trunk.vlefevre2004-10-151-1/+1
* Added functions mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil,vlefevre2004-09-301-0/+4
* Add mpfr_uintmax_p and mpfr_intmax_p.pelissip2004-09-291-10/+22
* Move mpfr_inits from mpfr-impl to mpfr.h.pelissip2004-09-291-0/+4
* New functions mpfr_get_sj and mpfr_get_uj, with tests.vlefevre2004-09-271-0/+4
* Fix some tiny problems.pelissip2004-09-231-2/+8
* Add ICC detection && support.pelissip2004-09-201-2/+4
* Rename mpz_set_fr to mpfr_get_z.pelissip2004-08-311-1/+6
* Add new functions: mpfr_get_emin_min, mpfr_get_emax_max, mpfr_get_emin_max andpelissip2004-08-191-18/+19
* Add function mpfr_sqr (TODO: Make doc)pelissip2004-07-201-2/+4
* Remove unused item "rnd_mode" in cache struct.pelissip2004-07-161-2/+1
* Renamme mpfr_version to mpfr_get_version to be more GMP compatible.pelissip2004-07-161-1/+2
* Add a speciliation for set_si for GCC.pelissip2004-07-151-0/+5
* Fix typos.pelissip2004-05-271-4/+4
* Add mpfr_cmp as a real function, not only a macro.pelissip2004-04-281-0/+1
* Add mpfr_set and mpfr_abs as real functions.pelissip2004-04-281-21/+23
* When using GCC, optimize certain common comparisons.pelissip2004-04-271-1/+16
* Add preliminary generic code to handle cached const.pelissip2004-04-211-6/+27
* Add mpfr_zero_p.pelissip2004-04-201-7/+14
* Modify a few the allocation scheme without gmp-impl.hpelissip2004-04-071-2/+6
* Move detecting macros (__MPFR_GCC, __MPFR_STDC, __MPFR_GLIBC and __MPFR_GMP) ...pelissip2004-03-261-20/+1
* Fix (?) definition of MPFR_PREC_MAX.pelissip2004-03-171-1/+1
* Fix a bug (Forget to cast to mp_exp_t).pelissip2004-03-161-2/+2
* Add mpz_set_fr function and its test.pelissip2004-03-161-0/+1
* Add new functions:pelissip2004-03-151-2/+37
* Fix the declaration of 'MPFR_DECL_INIT'pelissip2004-03-101-1/+1
* Add 'MPFR_DECL_INIT' macro.pelissip2004-03-101-0/+11
* Rename NEAREST_AWAY in GMP_RNDNA.pelissip2004-03-101-9/+11
* Add mpfr_set_si_2exp and mpfr_set_ui_2exp and their tests.pelissip2004-03-091-0/+2
* Add mpfr_cmp_f and its test.pelissip2004-03-091-0/+2
* Add mpfr_cmp_ld and its testpelissip2004-03-091-0/+1
* Add mpfr_cmp_ui and mpfr_cmp_si as real functionspelissip2004-03-091-0/+2
* Add mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si, mpfr_div_si andpelissip2004-03-091-3/+10
* Add `mpfr_cmp_q` and `mpfr_cmp_z`.pelissip2004-03-091-0/+2
* Remove some warnings.pelissip2004-02-241-2/+3
* Add mpfr_free_cache.pelissip2004-02-231-0/+1
* Add mpfr_free_str function.pelissip2004-02-231-0/+3
* Reorder the declarations of the functions.pelissip2004-02-231-81/+108
* Improve comments.pelissip2004-02-231-8/+15
* Changed mpfr_sum to use unsigned long instead of unsigned int. More tests.fousse2004-02-201-1/+1
* Rewrite (simplify) mpfr_dump.pelissip2004-02-121-1/+1
* Added mpfr_sum function.pelissip2004-02-061-0/+3
* Add GMP_RND_MAX so that a for loop of the rounding modes looks like:pelissip2004-01-291-4/+1
* Add mpfr_get_default_rounding_mode.pelissip2004-01-191-0/+1