glibc/sysdeps/ieee754/ldbl-opt/nldbl-pow.c

9 lines
102 B
C

#include "nldbl-compat.h"
double
attribute_hidden
powl (double x, double y)
{
return pow (x, y);
}