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