blob: 00938bda13eb308bbd77655319434544c6e39e8a [file] [log] [blame]
#include "f2c.h"
#undef abs
#include <math.h>
double
d_cosh (doublereal * x)
{
return (cosh (*x));
}