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