7 lines
77 B
C
7 lines
77 B
C
#include <complex.h>
|
|
|
|
float (crealf)(float complex z)
|
|
{
|
|
return crealf(z);
|
|
}
|