From 4887092b4731a40a970cfd0f867287e45db06955 Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 20 May 2008 15:00:41 +0000 Subject: * Adding atanh Algorithm * Update file License * Need some tests improvement --- src/elementaryFunctions/atanh/datanha.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/elementaryFunctions/atanh/datanha.c') 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 -** -** 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" -- cgit