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