diff options
author | jofret | 2008-05-23 11:34:45 +0000 |
---|---|---|
committer | jofret | 2008-05-23 11:34:45 +0000 |
commit | 82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08 (patch) | |
tree | d3559927676f28884a9bdfab8b5fab3fecb3efdd /src/elementaryFunctions/asin/dasins.c | |
parent | dc3c1425979927173e5a0241a12900b56e3f9ab9 (diff) | |
download | scilab2c-82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08.tar.gz scilab2c-82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08.tar.bz2 scilab2c-82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08.zip |
Header update
Diffstat (limited to 'src/elementaryFunctions/asin/dasins.c')
-rw-r--r-- | src/elementaryFunctions/asin/dasins.c | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/elementaryFunctions/asin/dasins.c b/src/elementaryFunctions/asin/dasins.c index 0a9911f2..08e524b3 100644 --- a/src/elementaryFunctions/asin/dasins.c +++ b/src/elementaryFunctions/asin/dasins.c @@ -1,15 +1,14 @@ /* -** -*- C -*- -** -** dasins.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 10:26:21 2007 jofret -** Last update Fri Apr 20 14:45:38 2007 jofret -** -** Copyright INRIA 2007 -*/ - + * 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 <math.h> #include "asin.h" |