blob: 512f68519be67948f49864a57f3086532e88c5d1 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
asinhl (double x)
{
return asinh (x);
}