summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/elementaryFunctions/Trigonometry/sec
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/src/c/elementaryFunctions/Trigonometry/sec')
-rw-r--r--2.3-1/src/c/elementaryFunctions/Trigonometry/sec/cseca.c12
-rw-r--r--2.3-1/src/c/elementaryFunctions/Trigonometry/sec/csecs.c12
-rw-r--r--2.3-1/src/c/elementaryFunctions/Trigonometry/sec/dseca.c12
-rw-r--r--2.3-1/src/c/elementaryFunctions/Trigonometry/sec/dsecs.c12
-rw-r--r--2.3-1/src/c/elementaryFunctions/Trigonometry/sec/sseca.c12
-rw-r--r--2.3-1/src/c/elementaryFunctions/Trigonometry/sec/ssecs.c12
-rw-r--r--2.3-1/src/c/elementaryFunctions/Trigonometry/sec/zseca.c12
-rw-r--r--2.3-1/src/c/elementaryFunctions/Trigonometry/sec/zsecs.c63
8 files changed, 100 insertions, 47 deletions
diff --git a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/cseca.c b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/cseca.c
index 139360af..fcb9b81a 100644
--- a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/cseca.c
+++ b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/cseca.c
@@ -1,3 +1,15 @@
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ This file must be used under the terms of the CeCILL.
+ This source file is licensed as described in the file COPYING, which
+ you should have received as part of this distribution. The terms
+ are also available at
+ http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+ Author: Shamik Guha
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
+
#include "sec.h"
#include <math.h>
diff --git a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/csecs.c b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/csecs.c
index 51ea2242..c2d9b9ed 100644
--- a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/csecs.c
+++ b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/csecs.c
@@ -1,3 +1,15 @@
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ This file must be used under the terms of the CeCILL.
+ This source file is licensed as described in the file COPYING, which
+ you should have received as part of this distribution. The terms
+ are also available at
+ http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+ Author: Shamik Guha
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
+
#include "sec.h"
#include "cos.h"
#include <math.h>
diff --git a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/dseca.c b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/dseca.c
index 986b52f3..c39f7c6e 100644
--- a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/dseca.c
+++ b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/dseca.c
@@ -1,3 +1,15 @@
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ This file must be used under the terms of the CeCILL.
+ This source file is licensed as described in the file COPYING, which
+ you should have received as part of this distribution. The terms
+ are also available at
+ http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+ Author: Shamik Guha
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
+
#include "sec.h"
#include <math.h>
diff --git a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/dsecs.c b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/dsecs.c
index 9135ad14..5278b371 100644
--- a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/dsecs.c
+++ b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/dsecs.c
@@ -1,3 +1,15 @@
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ This file must be used under the terms of the CeCILL.
+ This source file is licensed as described in the file COPYING, which
+ you should have received as part of this distribution. The terms
+ are also available at
+ http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+ Author: Shamik Guha
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
+
#include <math.h>
#include "sec.h"
diff --git a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/sseca.c b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/sseca.c
index f5fd81bc..0ac7cc62 100644
--- a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/sseca.c
+++ b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/sseca.c
@@ -1,3 +1,15 @@
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ This file must be used under the terms of the CeCILL.
+ This source file is licensed as described in the file COPYING, which
+ you should have received as part of this distribution. The terms
+ are also available at
+ http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+ Author: Shamik Guha
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
+
#include "sec.h"
void sseca(float* in, int size, float* out) {
diff --git a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/ssecs.c b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/ssecs.c
index 2c9e018f..ad480005 100644
--- a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/ssecs.c
+++ b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/ssecs.c
@@ -1,3 +1,15 @@
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ This file must be used under the terms of the CeCILL.
+ This source file is licensed as described in the file COPYING, which
+ you should have received as part of this distribution. The terms
+ are also available at
+ http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+ Author: Shamik Guha
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
+
#include <math.h>
#include "sec.h"
diff --git a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/zseca.c b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/zseca.c
index 7a80291f..dec365d1 100644
--- a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/zseca.c
+++ b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/zseca.c
@@ -1,3 +1,15 @@
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ This file must be used under the terms of the CeCILL.
+ This source file is licensed as described in the file COPYING, which
+ you should have received as part of this distribution. The terms
+ are also available at
+ http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+ Author: Shamik Guha
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
+
#include "sec.h"
#include <math.h>
diff --git a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/zsecs.c b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/zsecs.c
index b5468db5..9629db71 100644
--- a/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/zsecs.c
+++ b/2.3-1/src/c/elementaryFunctions/Trigonometry/sec/zsecs.c
@@ -1,57 +1,26 @@
-/*//#include "sec.h"
-//#include "cos.h"
-//#include <math.h>
-//#include "doubleComplex.h"
-//#include "division.h"
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ This file must be used under the terms of the CeCILL.
+ This source file is licensed as described in the file COPYING, which
+ you should have received as part of this distribution. The terms
+ are also available at
+ http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+ Author: Shamik Guha
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
*/
-/*#include <math.h>
-#include "sin.h"
+
+#include "sec.h"
#include "cos.h"
-#include "sinh.h"
-#include "cosh.h"
-#include "csc.h"
+#include <math.h>
+#include "doubleComplex.h"
#include "division.h"
-*/
-#include <complex.h>
-#include <stdio.h>
-/*doubleComplex zsecs(doubleComplex z)
+doubleComplex zsecs(doubleComplex z)
{
doubleComplex out;
out = zrdivs(DoubleComplex(1,0),zcoss(z));
return out;
-}
-*/
-void zsecs(double complex z)
-{
-
- //double complex out;
- /*out = zrdivs(DoubleComplex(1,0),zcoss(z));
- return out;
-}*/
-
- double complex out = 1.0/(ccos(z));
- if(cimag(out)==0.0)
- {
- printf("%.7lf\n",creal(out));
- //out=creal(out);
- }
- else if(creal(out)==0.0)
- {
- printf("%.7lfi\n",cimag(out));
- //out=cimag(out);
- }
- else if(creal(out)!=0.0 && cimag(out)<0.0)
- {
- printf("%.7lf %.7lfi\n",creal(out),cimag(out));
- //out=x;
- }
- else
- {
- printf("%.7lf + %.7lfi\n", creal(out), cimag(out));
- //out=x;
- }
- //return out;
-}
+} \ No newline at end of file