Sign in
◑
Theme
mojo
/
mojo-tools
/
e72c5b36e0633399dfe0f906be25cdf0fc0935be
/
.
/
fusl
/
src
/
complex
/
crealf.c
blob: 9a4033819e653ccf744a4dbe9515707e62d393cf [
file
]
#include
<complex.h>
float
(
crealf
)(
float
complex z
)
{
return
crealf
(
z
);
}