1#include "nldbl-compat.h"
2#include <complex.h>
3
4double _Complex
5attribute_hidden
6cpowl (double _Complex x, double _Complex y)
7{
8 return cpow (x: x, y: y);
9}
10

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-cpow.c