# define TGSOURCE "ctan.c" #include "nonstd/tgmath.h" #include 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) */