* doc/gcc.texi, doc/install.texi, doc/invoke.texi: Remove trailing
[official-gcc.git] / libf2c / libF77 / r_sinh.c
blob3bf4bb138be9af8bb3dd136a3c6ec64624e8a382
1 #include "f2c.h"
3 #ifdef KR_headers
4 double sinh();
5 double r_sinh(x) real *x;
6 #else
7 #undef abs
8 #include <math.h>
9 double r_sinh(real *x)
10 #endif
12 return( sinh(*x) );