diff options
author | jofret | 2008-05-20 07:26:09 +0000 |
---|---|---|
committer | jofret | 2008-05-20 07:26:09 +0000 |
commit | 54c5df264795ceb76bba56b03cafe01578452608 (patch) | |
tree | c9f57574b0b05c3ee02e153303aaf9f827e19c28 /src/elementaryFunctions/atan/zatana.c | |
parent | cd9b4f56d9cb58aff3511996dc517196c026863a (diff) | |
download | scilab2c-54c5df264795ceb76bba56b03cafe01578452608.tar.gz scilab2c-54c5df264795ceb76bba56b03cafe01578452608.tar.bz2 scilab2c-54c5df264795ceb76bba56b03cafe01578452608.zip |
* Importing Scilab ATAN algorithm
* License update
* Tests
Diffstat (limited to 'src/elementaryFunctions/atan/zatana.c')
-rw-r--r-- | src/elementaryFunctions/atan/zatana.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/atan/zatana.c b/src/elementaryFunctions/atan/zatana.c index 476d4662..bfe4fc34 100644 --- a/src/elementaryFunctions/atan/zatana.c +++ b/src/elementaryFunctions/atan/zatana.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** zatana.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Thu Dec 7 16:12:02 2006 jofret -** Last update Mon Oct 22 09:56:00 2007 bruno -** -** 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 "atan.h" |