summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* New functions mpfr_inits, mpfr_inits2 and mpfr_clears to initialize orvlefevre2003-09-111-1/+1
* (libmpfr_a_SOURCES): Remove mpfr-math.h.ryde2003-06-241-1/+1
* added error functionzimmerma2003-06-121-1/+1
* Added cmp_d/tcmp_d.hanrot2003-05-131-1/+1
* added Riemann Zeta function (contribution from Jean-Luc Re'my)zimmerma2003-04-111-1/+1
* new functions mpfr_fits_* and mpfr_get_ui/sizimmerma2003-02-131-1/+1
* (libmpfr_a_SOURCES): Add volatile.c.ryde2003-01-251-1/+1
* Move log_b2.h from include_HEADERS to libmpfr_a_SOURCES, it doesn'tryde2003-01-181-2/+2
* added log_b2.h in include_HEADERSzimmerma2003-01-161-1/+1
* (libmpfr_a_SOURCES): Remove rnd_mode.c.ryde2002-11-291-1/+1
* added cbrtzimmerma2002-10-181-1/+1
* Removed log_b2.h as it doesn't seem to be necessary.vlefevre2002-10-161-1/+1
* added mpfr_get_ld and tests for set_ld/get_ldzimmerma2002-10-161-2/+2
* added mpfr_set_ld and test filezimmerma2002-10-151-1/+1
* Functions mpfr_greater_p, mpfr_greaterequal_p, mpfr_less_p,vlefevre2002-07-281-1/+1
* Use AUTOMAKE_OPTIONS = gnu [suggested by Kevin Ryde]vlefevre2002-07-281-0/+2
* New internal functions mpfr_setmin and mpfr_setmax.vlefevre2002-07-261-1/+1
* Function mpfr_frac and tests added.vlefevre2002-07-241-1/+1
* New functions mpfr_get_exp and mpfr_set_exp.vlefevre2002-07-041-1/+1
* Patch by Kevin Ryde (and Vincent Lefevre).vlefevre2002-06-081-1/+1
* added mpfr_gamma in libmpfrzimmerma2002-06-051-1/+1
* Underflow semantics changed (not tested).vlefevre2002-04-231-1/+1
* mpfr_cmp_ui_2exp and mpfr_cmp_si_2exp rewritten.vlefevre2002-04-161-1/+1
* Update for "make dist".vlefevre2002-04-151-3/+3
* Support for NaN and Inf (case insensitive) in mpfr_set_str. Tests.vlefevre2002-04-131-4/+2
* Added missing headers in libmpfr_a_SOURCES.vlefevre2002-04-101-1/+1
* include_HEADERS should contain only mpfr.h and mpf2mpfr.h.vlefevre2002-04-091-1/+1
* COPYING.LIB removed.vlefevre2002-04-051-1/+1
* sqrtrem.c removed.vlefevre2002-04-021-1/+1
* added VERSION and mpfr-math.h for "make dist"zimmerma2002-03-211-2/+2
* added new functions mpfr_set_nan and mpfr_set_infzimmerma2002-03-191-1/+1
* added back mpfr_sin_coszimmerma2002-03-171-1/+1
* set_d.c split into get_d.c and set_d.cvlefevre2002-03-111-1/+1
* File renaming.vlefevre2002-03-041-1/+1
* _mpfr_ceil_log2, _mpfr_floor_log2, _mpfr_ceil_exp2 in separate files.vlefevre2002-02-211-1/+1
* mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round rewritten.vlefevre2002-01-301-10/+1
* mpfr_round -> mpfr_round_prec.vlefevre2002-01-251-1/+1
* Files log_base_*.c renamed.vlefevre2001-12-061-1/+1
* Functions (constants) renamed.vlefevre2001-12-061-1/+1
* added acos.czimmerma2001-12-051-1/+1
* Functions mpfr_{mul,div}_2{si,ui} added.vlefevre2001-11-291-1/+1
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-1/+1
* init -> init + init2.zimmerma2001-11-161-1/+1
* added COPYING.LIBzimmerma2001-11-161-1/+1
* added isinf and isnum (split from isnan)zimmerma2001-11-161-1/+1
* add.c -> add.c & add1.cvlefevre2001-11-151-1/+1
* Update.vlefevre2001-11-081-1/+1
* adds gmp_op.crouillie2001-10-261-1/+1
* add coopysigndaney2001-10-261-1/+5
* add log_base_10daney2001-10-231-1/+1