diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-03-17 02:08:03 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-03-17 02:08:03 +0000 |
commit | 0decb0905588732481e9b212e795a54c9cbe3b5d (patch) | |
tree | 02b9552f5632d1652e05cf07345b63406caea450 /mpfr.texi | |
parent | d161f020573e5cdec1c3228fb72b8a66af6cc8c1 (diff) | |
download | mpfr-0decb0905588732481e9b212e795a54c9cbe3b5d.tar.gz |
Update concerning underflow problems.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2273 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.texi')
-rw-r--r-- | mpfr.texi | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -919,7 +919,8 @@ See also @code{mpfr_fits_slong_p} and @code{mpfr_fits_ulong_p} @deftypefun mp_exp_t mpfr_get_z_exp (mpz_t @var{z}, mpfr_t @var{op}) Puts the mantissa of @var{op} into @var{z}, and returns the exponent -@var{exp} such that @var{op} equals +@var{exp} (which may be outside the current exponent range) such that +@var{op} equals @ifnottex @var{z} multiplied by two exponent @var{exp}. @end ifnottex |