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