summaryrefslogtreecommitdiff
path: root/src/c/elementaryFunctions/discrete_mathematics/factorial
diff options
context:
space:
mode:
authorsiddhu89902017-04-24 14:08:37 +0530
committersiddhu89902017-04-24 14:08:37 +0530
commitc7e9597db39140c1d982f796a8e1f03bb54e7905 (patch)
treef5f44081aeba7a00bb69b1ec71f93c31eac12863 /src/c/elementaryFunctions/discrete_mathematics/factorial
parent1fd0dce8d72c4d5869ce5ff4025ac09af603bc0f (diff)
downloadscilab2c-c7e9597db39140c1d982f796a8e1f03bb54e7905.tar.gz
scilab2c-c7e9597db39140c1d982f796a8e1f03bb54e7905.tar.bz2
scilab2c-c7e9597db39140c1d982f796a8e1f03bb54e7905.zip
Fixed float.h issue. OpenCV with built libraries working for linux x64
Diffstat (limited to 'src/c/elementaryFunctions/discrete_mathematics/factorial')
-rw-r--r--src/c/elementaryFunctions/discrete_mathematics/factorial/dfactoriala.c11
-rw-r--r--src/c/elementaryFunctions/discrete_mathematics/factorial/dfactorials.c11
-rw-r--r--src/c/elementaryFunctions/discrete_mathematics/factorial/sfactoriala.c11
-rw-r--r--src/c/elementaryFunctions/discrete_mathematics/factorial/sfactorials.c11
4 files changed, 44 insertions, 0 deletions
diff --git a/src/c/elementaryFunctions/discrete_mathematics/factorial/dfactoriala.c b/src/c/elementaryFunctions/discrete_mathematics/factorial/dfactoriala.c
index de06aaa2..68a118ba 100644
--- a/src/c/elementaryFunctions/discrete_mathematics/factorial/dfactoriala.c
+++ b/src/c/elementaryFunctions/discrete_mathematics/factorial/dfactoriala.c
@@ -1,3 +1,14 @@
+/* Copyright (C) 2017 - 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
+ Organization: FOSSEE, IIT Bombay
+ Author: Shamik Guha
+ Email: toolbox@scilab.in
+*/
#include "factorial.h"
#include <math.h>
diff --git a/src/c/elementaryFunctions/discrete_mathematics/factorial/dfactorials.c b/src/c/elementaryFunctions/discrete_mathematics/factorial/dfactorials.c
index 28c787e9..354eb6a8 100644
--- a/src/c/elementaryFunctions/discrete_mathematics/factorial/dfactorials.c
+++ b/src/c/elementaryFunctions/discrete_mathematics/factorial/dfactorials.c
@@ -1,3 +1,14 @@
+/* Copyright (C) 2017 - 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
+ Organization: FOSSEE, IIT Bombay
+ Author: Shamik Guha
+ Email: toolbox@scilab.in
+*/
#include <stdio.h>
#include <math.h>
#include "factorial.h"
diff --git a/src/c/elementaryFunctions/discrete_mathematics/factorial/sfactoriala.c b/src/c/elementaryFunctions/discrete_mathematics/factorial/sfactoriala.c
index e7d820b2..14f46d84 100644
--- a/src/c/elementaryFunctions/discrete_mathematics/factorial/sfactoriala.c
+++ b/src/c/elementaryFunctions/discrete_mathematics/factorial/sfactoriala.c
@@ -1,3 +1,14 @@
+/* Copyright (C) 2017 - 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
+ Organization: FOSSEE, IIT Bombay
+ Author: Shamik Guha
+ Email: toolbox@scilab.in
+*/
#include "factorial.h"
#include <math.h>
diff --git a/src/c/elementaryFunctions/discrete_mathematics/factorial/sfactorials.c b/src/c/elementaryFunctions/discrete_mathematics/factorial/sfactorials.c
index b660702d..e4f1017b 100644
--- a/src/c/elementaryFunctions/discrete_mathematics/factorial/sfactorials.c
+++ b/src/c/elementaryFunctions/discrete_mathematics/factorial/sfactorials.c
@@ -1,3 +1,14 @@
+/* Copyright (C) 2017 - 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
+ Organization: FOSSEE, IIT Bombay
+ Author: Shamik Guha
+ Email: toolbox@scilab.in
+*/
#include <stdio.h>
#include <math.h>
#include "factorial.h"