summaryrefslogtreecommitdiff
path: root/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* new function lngammazimmerma2005-08-311-0/+1
* Updated version to 2.3.0.vlefevre2005-08-311-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-75/+75
* Fix bug for pre-ansi compiler.pelissip2005-08-091-1/+1
* Rename mpfr_stack to mpfr_custom_pelissip2005-08-051-14/+14
* Add first version of MPFR stack interface.pelissip2005-07-261-0/+50
* Fix bug of NAN and INF.pelissip2005-06-101-1/+1
* Remove mpfr_sub_one_ulp from MPFR library.pelissip2005-06-061-2/+4
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Fix some problems when you define mpfr_prec_t to be an unsigned short.pelissip2005-05-131-56/+56
* 1. Change the prototype of mpfr_can_round to use const.pelissip2005-05-101-1/+1
* Add functions mpfr_sech, mpfr_coth and mpfr_csch.pelissip2005-05-041-0/+4
* added mpfr_eintzimmerma2005-04-301-0/+1
* Define MPFR_VERSION_STRING using the update-version scriptvlefevre2005-04-271-6/+1
* added MPFR_VERSION_STRINGzimmerma2005-04-261-0/+6
* added sec, csc, cotzimmerma2005-04-221-0/+3
* added mpfr_rootzimmerma2005-04-221-0/+1
* added Catalan's constantzimmerma2005-04-201-0/+1
* Add function mpfr_subnormalize (To Test!!!!!)pelissip2005-04-131-0/+3
* Add function mpfr_atan2pelissip2005-04-041-0/+2
* Add function mpfr_erfc.pelissip2005-03-311-0/+1
* new function mpfr_get_fzimmerma2005-03-081-0/+2
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-272/+359
* mpfr.h doesn't export anymore any globals.pelissip2005-02-031-56/+10
* Change user interface for mpfr_const_pi, mpfr_const_log2 andpelissip2005-02-031-5/+0
* Add functions mpfr_set_overflow, mpfr_set_underflow, mpfr_set_erangeflag,pelissip2005-02-031-0/+6
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Add new function mpfr_pow_z and its test file.pelissip2005-01-241-0/+1
* Fix problem of tab with ncurses.pelissip2005-01-041-1/+1
* changed tab[] into *tab (and removed 'tab' in mpfr.h)zimmerma2005-01-011-1/+1
* 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