Sign in
mojo
/
mojo-tools
/
042ad69c2975628a6f17bf72a5055d280c96aeb7
/
.
/
fusl
/
src
/
complex
/
creall.c
blob: 21459497b9e99dd8de6f291211cf866a63b3aa41 [
file
]
#include
<complex.h>
long
double
(
creall
)(
long
double
complex z
)
{
return
creall
(
z
);
}