summaryrefslogtreecommitdiff
path: root/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* [mpfr.h, stack_interface.c] Changed mpfr_custom_get_mantissa intovlefevre2010-05-251-2/+2
* [mpfr.h] <stdint.h> support: also test _STDINT (for MS Visual Studio).vlefevre2010-05-251-3/+5
* [mpfr.texi] more changes after answers by Vincent to my questionszimmerma2010-05-241-0/+1
* * I added a new implementation of Airy Ai. This implementation uses Smith'sschevill2010-05-181-0/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-34/+37
* Changed the precision type mpfr_prec_t from an unsigned integer typevlefevre2010-05-071-5/+11
* [mpfr.h] Added a comment concerning the definition of MPFR_PREC_MAX.vlefevre2010-05-071-0/+2
* To avoid breaking the ABI when faithful rounding gets implemented, addedvlefevre2010-05-031-2/+4
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-6/+6
* [mpfr.h] Added a comment about integer overflows in macros.vlefevre2010-03-211-1/+5
* * Added function mpfr_ai. The implementation is the most naive: it evaluatesschevill2010-03-171-1/+2
* [mpfr.h] added #define mpfr_get_z_exp mpfr_get_z_2exp for compatibilityzimmerma2010-02-231-0/+1
* changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) zimmerma2010-02-221-2/+3
* added new function mpfr_set_z_exp (companion to mpfr_get_z_exp)zimmerma2010-02-221-0/+2
* mpfr.h: disable the INTMAX_C / UINTMAX_C test with C++ compilers as itvlefevre2010-02-161-11/+14
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* New function mpfr_urandom.thevenyp2010-01-131-0/+2
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-2/+2
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-2/+2
* Changeset r6162 broke Solaris builds. Fixed that by no longer checkingvlefevre2009-11-201-9/+11
* changed suffix _binary32 -> _fltzimmerma2009-09-151-2/+2
* added new functions mpfr_set_binary32 and mpfr_get_binary32zimmerma2009-09-151-0/+2
* mpfr.h: added mpfr_regular_p macro.vlefevre2009-09-141-3/+4
* [isregular.c] new function mpfr_regular_pzimmerma2009-09-141-0/+1
* [digamma.c] new function mpfr_digammazimmerma2009-09-021-0/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* Makefile.am mpfr.h mpfr.texi set_zero.c: New function mpfr_set_zero.thevenyp2009-07-201-0/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-7/+7
* mpfr.h: new MPFR_VALUE_OF macro, now used by mpfr_get_prec andvlefevre2009-06-151-2/+5
* mpfr.h: rewrote a comment.vlefevre2009-05-291-5/+8
* mpfr.h: updated a comment.vlefevre2009-05-131-1/+1
* mpfr.h: Add a warning comment (removed in r6026).thevenyp2009-05-131-1/+1
* NEWS Makefile.am mpfr.h mpfr.texi buildopt.c: New functions mpfr_buildopt_tls...thevenyp2009-05-051-0/+2
* mpfr.h: for intmax_t, also test _STDINT_H and _STDINT_H_.vlefevre2009-04-101-2/+5
* mpfr.h: for the intmax_t detection, also test INTMAX_MAX / UINTMAX_MAXvlefevre2009-04-101-2/+8
* NEWS mpfr.texi get_z.c: mpfr_get_z now returns an inexact value.thevenyp2009-04-081-2/+2
* Removed the comment from mpfr.h added in r6149, and patched get_z.cvlefevre2009-04-011-3/+0
* mpfr.h: important comment to validate the change done in r6147.vlefevre2009-04-011-0/+3
* Move mpfr_random2 to tests directory, remove it from API.thevenyp2009-03-241-2/+0
* Fixed the prototype of mpfr_min_prec (should return a mpfr_prec_t)vlefevre2009-03-161-1/+1
* Add protoype for mpfr_min_prec in mpfr.h.lfousse2009-03-151-0/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-12/+18
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Untabified and deleted trailing spaces (for patches).vlefevre2009-02-271-1/+1
* [mpfr.h] added comment about order of rounding modeszimmerma2009-02-261-0/+3
* Updated version to 3.0.0-dev.vlefevre2009-02-261-3/+3
* added round to away (still experimental)zimmerma2009-02-261-1/+6
* [mpfr.h] added comments for rounding modeszimmerma2009-02-261-3/+8
* mpfr.h: updated a comment concerning MPFR_DECL_INIT.vlefevre2009-02-051-2/+3
* Updated the version on the trunk.vlefevre2009-01-261-2/+2