mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 10:21:05 +00:00
9 lines
102 B
C
9 lines
102 B
C
#include "nldbl-compat.h"
|
|||
|
|||
double
|
|||
attribute_hidden
|
|||
powl (double x, double y)
|
|||
{
|
|||
return pow (x, y);
|
|||
}
|