From b9cfdca438347fe4d28f7caff3cb7b382e455d3a Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Wed, 19 Apr 2017 14:57:49 +0530 Subject: Merged Shamik's work --- 2.3-1/src/c/elementaryFunctions/Trigonometry/coth/zcotha.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 2.3-1/src/c/elementaryFunctions/Trigonometry/coth/zcotha.c (limited to '2.3-1/src/c/elementaryFunctions/Trigonometry/coth/zcotha.c') diff --git a/2.3-1/src/c/elementaryFunctions/Trigonometry/coth/zcotha.c b/2.3-1/src/c/elementaryFunctions/Trigonometry/coth/zcotha.c new file mode 100644 index 00000000..dcbb2844 --- /dev/null +++ b/2.3-1/src/c/elementaryFunctions/Trigonometry/coth/zcotha.c @@ -0,0 +1,11 @@ +#include "coth.h" +#include + +void zcotha(doubleComplex* in, int size,doubleComplex* out) +{ + int i = 0; + for (i=0;i