diff options
Diffstat (limited to 'src/complex/csinhl.c')
-rw-r--r-- | src/complex/csinhl.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/complex/csinhl.c b/src/complex/csinhl.c new file mode 100644 index 00000000..c566653b --- /dev/null +++ b/src/complex/csinhl.c @@ -0,0 +1,7 @@ +#include "libm.h" + +//FIXME +long double complex csinhl(long double complex z) +{ + return csinh(z); +} |