#include "nldbl-compat.h"

double
attribute_hidden
asinl (double x)
{
  return asin (x);
}