r_sinh.c   [plain text]


#include "f2c.h"

#undef abs
#include <math.h>
double
r_sinh (real * x)
{
  return (sinh (*x));
}