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/ccotha.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 2.3-1/src/c/elementaryFunctions/Trigonometry/coth/ccotha.c (limited to '2.3-1/src/c/elementaryFunctions/Trigonometry/coth/ccotha.c') diff --git a/2.3-1/src/c/elementaryFunctions/Trigonometry/coth/ccotha.c b/2.3-1/src/c/elementaryFunctions/Trigonometry/coth/ccotha.c new file mode 100644 index 00000000..4e794512 --- /dev/null +++ b/2.3-1/src/c/elementaryFunctions/Trigonometry/coth/ccotha.c @@ -0,0 +1,12 @@ +#include "coth.h" +#include + +void ccotha(floatComplex* in, int size,floatComplex* out) +{ + int i = 0; + for (i=0;i