blob: ae00a29885050c7ceb5860391db04662ca5418ba [file] [log] [blame]
#include "nldbl-compat.h"
#include <complex.h>
double _Complex
attribute_hidden
csqrtl (double _Complex x)
{
return csqrt (x);
}