summaryrefslogtreecommitdiff
path: root/mpfr.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-24 10:23:42 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-24 10:23:42 +0000
commit7e7846bc7fa661d70e948d8a64ba4449dd69c5ca (patch)
treececaae5699ffe0a175aab281d7a2fa352b710e1f /mpfr.h
parentb70bfd06cc49a4fc52c3ee5d456ae69855841648 (diff)
downloadmpfr-7e7846bc7fa661d70e948d8a64ba4449dd69c5ca.tar.gz
mpfr_cmp_abs no longer an internal function and described in mpfr.texi.
In mpfr.texi, a @var{} was forgotten. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1914 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.h')
-rw-r--r--mpfr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpfr.h b/mpfr.h
index 6578626c4..b6146d6a7 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -224,6 +224,7 @@ void mpfr_swap _PROTO((mpfr_ptr, mpfr_ptr));
void mpfr_dump _PROTO((mpfr_srcptr, mp_rnd_t));
int mpfr_set4 _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t, int));
int mpfr_cmp3 _PROTO ((mpfr_srcptr, mpfr_srcptr, int));
+int mpfr_cmp_abs _PROTO ((mpfr_srcptr, mpfr_srcptr));
int mpfr_nan_p _PROTO((mpfr_srcptr));
int mpfr_inf_p _PROTO((mpfr_srcptr));
int mpfr_number_p _PROTO((mpfr_srcptr));