* tree.h: Remove include of version.h
[official-gcc.git] / libf2c / libF77 / r_cosh.c
blobb22e0cf0a3d142917119335a7964cc18b3e9a943
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 r_cosh (real * x)
8 return (cosh (*x));