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