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