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