FSF GCC merge 02/23/03
[official-gcc.git] / libf2c / libF77 / r_sinh.c
blob723c7ab29c38b28ecb4822216cbea63d44c8c4c5
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 r_sinh (real * x)
8 return (sinh (*x));