diff options
author | Brijeshcr | 2017-07-28 20:53:12 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-28 20:53:12 +0530 |
commit | be665fa018032441e5fa9352962286d96303e33c (patch) | |
tree | 0eb160b9a38bbd9fa89ed0f7f20b6176249e54ac /src/c/specialFunctions/includes/erf.h | |
parent | ac3b1715d28643d9c8ba79a409adaf4196509ea7 (diff) | |
download | scilab2c-be665fa018032441e5fa9352962286d96303e33c.tar.gz scilab2c-be665fa018032441e5fa9352962286d96303e33c.tar.bz2 scilab2c-be665fa018032441e5fa9352962286d96303e33c.zip |
Added Calerf
Diffstat (limited to 'src/c/specialFunctions/includes/erf.h')
-rw-r--r-- | src/c/specialFunctions/includes/erf.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/c/specialFunctions/includes/erf.h b/src/c/specialFunctions/includes/erf.h index 86bb15d7..4b3cde45 100644 --- a/src/c/specialFunctions/includes/erf.h +++ b/src/c/specialFunctions/includes/erf.h @@ -1,15 +1,14 @@ -/* - * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab - * Copyright (C) 2008-2008 - INRIA - Bruno JOFRET - * - * 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 - * - */ + /* 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 + Author: Brijesh Gupta C R + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in + */ #ifndef __ERF_H__ #define __ERF_H__ #include "types.h" |