Sign in
mojo
/
mojo-tools
/
ef5cd660ec6f1c50eaff62c81ea7662662d04e15
/
.
/
fusl
/
src
/
complex
/
creal.c
blob: f0d07545d4ab911d8f33b03b0d8057a36f9b75d5 [
file
]
#include
<complex.h>
double
(
creal
)(
double
complex z
)
{
return
creal
(
z
);
}