first commit of the new libm!
[musl] / src / complex / csinhl.c
diff --git a/src/complex/csinhl.c b/src/complex/csinhl.c
new file mode 100644 (file)
index 0000000..c566653
--- /dev/null
@@ -0,0 +1,7 @@
+#include "libm.h"
+
+//FIXME
+long double complex csinhl(long double complex z)
+{
+       return csinh(z);
+}