summaryrefslogtreecommitdiff
path: root/src/complex/ctan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/ctan.c')
-rw-r--r--src/complex/ctan.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/complex/ctan.c b/src/complex/ctan.c
new file mode 100644
index 00000000..34705e84
--- /dev/null
+++ b/src/complex/ctan.c
@@ -0,0 +1,23 @@
+# define TGSOURCE "ctan.c"
+#include "nonstd/tgmath.h"
+
+#include <complex.h>
+
+TYPE complex TGFN(ctan)(TYPE complex z)
+{
+ return 0.0;
+}
+
+/*d
+The ctan functions compute the complex tangent of z.
+d*/
+
+/*r
+The ctan functions return the complex tangent value.
+r*/
+
+/*
+STDC(199901)
+LINK(m)
+*/
+