Sign in
mojo
/
mojo-testing
/
bbc0e088b4a3b02a89b563db78314a89d560be7f
/
.
/
fusl
/
src
/
complex
/
ccoshl.c
blob: a055d93f52e2ff337ae68e1a311bc65ebd186e9b [
file
] [
log
] [
blame
]
Viet-Trung Luu
96b05c1
2016-01-11 11:26:36 -0800
[
diff
] [
blame
]
1
#include
"libm.h"
2
George Kulakowski
17e3b04
2016-02-18 15:59:50 -0800
[
diff
] [
blame
]
3
// FIXME
4
long
double
complex ccoshl
(
long
double
complex z
)
{
5
return
ccosh
(
z
);
Viet-Trung Luu
96b05c1
2016-01-11 11:26:36 -0800
[
diff
] [
blame
]
6
}