summaryrefslogtreecommitdiff
path: root/asinh.c
diff options
context:
space:
mode:
Diffstat (limited to 'asinh.c')
-rw-r--r--asinh.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/asinh.c b/asinh.c
index 28a93be2a..cf66334ce 100644
--- a/asinh.c
+++ b/asinh.c
@@ -31,14 +31,7 @@ MA 02111-1307, USA. */
asinh= ln(x+sqrt(x^2+1))
*/
int
-#if __STDC__
mpfr_asinh (mpfr_ptr y, mpfr_srcptr xt , mp_rnd_t rnd_mode)
-#else
-mpfr_asinh (y, xt, rnd_mode)
- mpfr_ptr y;
- mpfr_srcptr xt;
- mp_rnd_t rnd_mode;
-#endif
{
int inexact =0;
mpfr_t x;