ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/ieee754/ldbl-opt/nldbl-cpow.c

10 lines
152 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
#include "nldbl-compat.h"
#include <complex.h>
double _Complex
attribute_hidden
cpowl (double _Complex x, double _Complex y)
{
return cpow (x, y);
}