mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
10 lines
130 B
C
10 lines
130 B
C
#include "nldbl-compat.h"
|
|||
#include <complex.h>
|
|||
|
|||
double _Complex
|
|||
attribute_hidden
|
|||
cexpl (double _Complex x)
|
|||
{
|
|||
return cexp (x);
|
|||
}
|