#include "nldbl-compat.h"

double
attribute_hidden
asinhl (double x)
{
  return asinh (x);
}