Sign in
mojo
/
mojo-tools
/
910c5448926fa16d8a0a25eaa92253cb3b505a0c
/
.
/
fusl
/
src
/
complex
/
ctanhl.c
blob: f651707172bfe0d3b45b54782f9d333528368732 [
file
]
#include
"libm.h"
// FIXME
long
double
complex ctanhl
(
long
double
complex z
)
{
return
ctanh
(
z
);
}