diff options
author | jofret | 2008-05-21 11:44:52 +0000 |
---|---|---|
committer | jofret | 2008-05-21 11:44:52 +0000 |
commit | 2f6a3cf7733f3680dcaea87c8200da19ce843c70 (patch) | |
tree | 9851fa1ff6c3fb686271c16cb31b221f471e23d5 /src/elementaryFunctions/exp/cexps.c | |
parent | 4e4209a43336f42f9754b89c4504f30ddd5f1a89 (diff) | |
download | scilab2c-2f6a3cf7733f3680dcaea87c8200da19ce843c70.tar.gz scilab2c-2f6a3cf7733f3680dcaea87c8200da19ce843c70.tar.bz2 scilab2c-2f6a3cf7733f3680dcaea87c8200da19ce843c70.zip |
* Exp Complex Algorithm update according Scilab one
* License update
Diffstat (limited to 'src/elementaryFunctions/exp/cexps.c')
-rw-r--r-- | src/elementaryFunctions/exp/cexps.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/exp/cexps.c b/src/elementaryFunctions/exp/cexps.c index 667c29d0..3be3b01f 100644 --- a/src/elementaryFunctions/exp/cexps.c +++ b/src/elementaryFunctions/exp/cexps.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** cexps.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Thu Dec 7 12:04:28 2006 jofret -** Last update Fri Feb 23 17:08:27 2007 jofret -** -** Copyright INRIA 2006 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2006-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 + * + */ #include "exp.h" #include "cos.h" |