diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-10-08 17:16:51 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-10-08 17:16:51 +0000 |
commit | c20a2e3ee0a368b235947a5cb77f6aa4fb0c74b6 (patch) | |
tree | fe3bef619431669a8c31ef636c5a3138130ad71c /mpfr.texi | |
parent | fea245f2fe63617240019b57d13a133ef2d4a50c (diff) | |
download | mpfr-c20a2e3ee0a368b235947a5cb77f6aa4fb0c74b6.tar.gz |
removed mpfr_get_d1 from documented functions
removed old commented functions
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4882 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.texi')
-rw-r--r-- | mpfr.texi | 42 |
1 files changed, 5 insertions, 37 deletions
@@ -2425,43 +2425,11 @@ whole number of limbs, the excess bits at the low end of the data are zero. @end itemize -@c @deftypefun int mpfr_add_one_ulp (mpfr_t @var{x}, mp_rnd_t @var{rnd}) -@c Add one unit in last place (ulp) to @var{x} if @var{x} is finite -@c and positive, subtract one ulp if @var{x} is finite and negative; -@c otherwise, @var{x} is not changed. -@c The return value is zero unless an overflow occurs, in which case the -@c @code{mpfr_add_one_ulp} function behaves like a conventional addition. -@c @end deftypefun - -@c @deftypefun int mpfr_sub_one_ulp (mpfr_t @var{x}, mp_rnd_t @var{rnd}) -@c Subtract one ulp to @var{x} if @var{x} is finite and positive, add one -@c ulp if @var{x} is finite and negative; otherwise, @var{x} is not changed. -@c The return value is zero unless an underflow occurs, in which case the -@c @code{mpfr_sub_one_ulp} function behaves like a conventional subtraction. -@c @end deftypefun - -@deftypefun double mpfr_get_d1 (mpfr_t @var{op}) -Convert @var{op} to a @code{double}, using the default MPFR rounding mode -(see function @code{mpfr_set_default_rounding_mode}). This function is -obsolete. -@end deftypefun - - -@c @deftypefun void mpfr_set_str_binary (mpfr_t @var{x}, const char *@var{s}) -@c Set @var{x} to the value of the binary number in string @var{s}, which has to -@c be of the -@c form +/-xxxx.xxxxxxEyy. The exponent is read in decimal, but is interpreted -@c as the power of two to be multiplied by the significand. -@c The significand length of @var{s} has to be less or equal to the precision -@c of @var{x}, otherwise an error occurs. -@c If @var{s} starts with @code{N}, it is interpreted as NaN (Not-a-Number); -@c if it starts with @code{I} after the sign, it is interpreted as infinity, -@c with the corresponding sign. -@c @end deftypefun - -@c @deftypefun void mpfr_print_binary (mpfr_t @var{float}) -@c Output @var{float} on stdout -@c in raw binary format (the exponent is written in decimal, yet). +@c The following function is not documented any more after mpfr-2.3.0 +@c @deftypefun double mpfr_get_d1 (mpfr_t @var{op}) +@c Convert @var{op} to a @code{double}, using the default MPFR rounding mode +@c (see function @code{mpfr_set_default_rounding_mode}). This function is +@c obsolete. @c @end deftypefun @node Contributors, References, MPFR Interface, Top |