diff options
author | jofret | 2008-05-20 15:00:41 +0000 |
---|---|---|
committer | jofret | 2008-05-20 15:00:41 +0000 |
commit | 4887092b4731a40a970cfd0f867287e45db06955 (patch) | |
tree | 32b4e340fae8a9f14a8f0607c8fdb6a88cb7adf3 /src/elementaryFunctions/atanh/datanha.c | |
parent | 5e0af9bec2fcb724a8433910c8d665601d082e1f (diff) | |
download | scilab2c-4887092b4731a40a970cfd0f867287e45db06955.tar.gz scilab2c-4887092b4731a40a970cfd0f867287e45db06955.tar.bz2 scilab2c-4887092b4731a40a970cfd0f867287e45db06955.zip |
* Adding atanh Algorithm
* Update file License
* Need some tests improvement
Diffstat (limited to 'src/elementaryFunctions/atanh/datanha.c')
-rw-r--r-- | src/elementaryFunctions/atanh/datanha.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/atanh/datanha.c b/src/elementaryFunctions/atanh/datanha.c index 149c6f86..01189a8d 100644 --- a/src/elementaryFunctions/atanh/datanha.c +++ b/src/elementaryFunctions/atanh/datanha.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** datanha.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Thu Dec 7 14:54:56 2006 jofret -** Last update Mon Oct 22 09:56:40 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 "atanh.h" |