blob: 99ea62e8dc4f8c79534382ee0c0abaf211af2d15 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
sinhl (double x)
{
return sinh (x);
}