diff options
author | Brijeshcr | 2017-07-20 21:03:09 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-20 21:03:09 +0530 |
commit | 29388094e30cae9f11ba82360c1d9bc03b229d10 (patch) | |
tree | 0e66406805ac6241f0ccf266c02982d7e5e8ec0f /src/c/specialFunctions/includes/erfc.h | |
parent | e13b1a25161f2989946d6c9d0fd62fe15a6f480a (diff) | |
download | scilab2c-29388094e30cae9f11ba82360c1d9bc03b229d10.tar.gz scilab2c-29388094e30cae9f11ba82360c1d9bc03b229d10.tar.bz2 scilab2c-29388094e30cae9f11ba82360c1d9bc03b229d10.zip |
Added Erfcx
Diffstat (limited to 'src/c/specialFunctions/includes/erfc.h')
-rw-r--r-- | src/c/specialFunctions/includes/erfc.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/c/specialFunctions/includes/erfc.h b/src/c/specialFunctions/includes/erfc.h index 77847ab5..509e34e5 100644 --- a/src/c/specialFunctions/includes/erfc.h +++ b/src/c/specialFunctions/includes/erfc.h @@ -1,13 +1,13 @@ -/* - * 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 __ERFC_H__ |