diff options
Diffstat (limited to 'src/elementaryFunctions/atanh/testAtanh.h')
-rw-r--r-- | src/elementaryFunctions/atanh/testAtanh.h | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/src/elementaryFunctions/atanh/testAtanh.h b/src/elementaryFunctions/atanh/testAtanh.h index 47a3956f..2c574f83 100644 --- a/src/elementaryFunctions/atanh/testAtanh.h +++ b/src/elementaryFunctions/atanh/testAtanh.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** testAtanh.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Mar 30 11:22:40 2007 jofret -** Last update Thu Sep 6 17:15:05 2007 bruno -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007-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 + * + */ #ifndef _TESTATANH_H_ #define _TESTATANH_H_ @@ -22,6 +22,8 @@ void satanhsTest(void); void datanhsTest(void); +/* FIXME : Add missing prototypes and increase tests cases */ + int testAtanh(void); #endif /* !_TESTATANH_H_ */ |