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