summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2004-02-24 10:48:25 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2004-02-24 10:48:25 +0000
commitc85927267078f22c389c58674ec28065d9ec6bd4 (patch)
treef687b68f02e25fe746063c645213deaa884ab753
parentecbb7acbd25428a05696f51ac582c427e51be035 (diff)
downloadmpfr-c85927267078f22c389c58674ec28065d9ec6bd4.tar.gz
Removed useless and duplicate declarations (2.0 branch).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/mpfr-2-0-2-branch@2798 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--mpfr.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/mpfr.h b/mpfr.h
index f28838511..04602a2a9 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -253,14 +253,8 @@ int mpfr_cmpabs _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));
-int mpfr_acos _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
-int mpfr_asin _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
-int mpfr_atan _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int mpfr_erf _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
-int mpfr_sinh _PROTO((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
-int mpfr_tanh _PROTO((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
-int mpfr_factorial _PROTO ((mpfr_ptr, unsigned long int, mp_rnd_t));
int mpfr_ui_pow _PROTO ((mpfr_ptr, unsigned long int, mpfr_srcptr, mp_rnd_t));
int mpfr_atanh _PROTO((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
@@ -270,6 +264,7 @@ int mpfr_asinh _PROTO((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int mpfr_cosh _PROTO((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int mpfr_sinh _PROTO((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int mpfr_tanh _PROTO((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
+int mpfr_acos _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int mpfr_asin _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int mpfr_atan _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int mpfr_fac_ui _PROTO ((mpfr_ptr, unsigned long int, mp_rnd_t));