blob: 75508e30d7b13db2b798be533d7e55a8273ff84e [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
acoshl (double x)
{
return acosh (x);
}