summaryrefslogtreecommitdiff
path: root/cosh.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 10:14:44 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 10:14:44 +0000
commit3f0075187360b247ac2cdf438940ab48a6890362 (patch)
tree850113b15240f3059e12c673126b831ae612f7f0 /cosh.c
parente6550d7323afbf6535199cc49617e8fb17c73aba (diff)
downloadmpfr-3f0075187360b247ac2cdf438940ab48a6890362.tar.gz
removed prototype already in mpfr.h
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1519 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'cosh.c')
-rw-r--r--cosh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cosh.c b/cosh.c
index 2c9e850b5..788a26b09 100644
--- a/cosh.c
+++ b/cosh.c
@@ -29,7 +29,6 @@ MA 02111-1307, USA. */
cosh= 1/2[e^(x)+e^(-x)]
*/
-int mpfr_cosh _PROTO((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int
#if __STDC__