6 lines
115 B
C
6 lines
115 B
C
|
#include <complex.h>
|
||
|
long double __attribute__ ((const)) creall (long double complex _Z)
|
||
|
{
|
||
|
return __real__ _Z;
|
||
|
}
|