2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-creal.c
blobb02ce6e5e44de8f897504bb473af4a1cce96776c
1 #include "nldbl-compat.h"
2 #include <complex.h>
4 double
5 attribute_hidden
6 creall (double _Complex x)
8 return creal (x);