diff options
author | jofret | 2008-04-11 11:38:29 +0000 |
---|---|---|
committer | jofret | 2008-04-11 11:38:29 +0000 |
commit | 5a83bc4c1ddd2652e3fee34ab83f05abf2933b36 (patch) | |
tree | b4a72ae8b0baceeed3fd01e6e2361eaaf36f8b53 /src/elementaryFunctions/asin/testAsin.c | |
parent | 7fb9153bf6156d73bf4a61fa7f318c6fe661f683 (diff) | |
download | scilab2c-5a83bc4c1ddd2652e3fee34ab83f05abf2933b36.tar.gz scilab2c-5a83bc4c1ddd2652e3fee34ab83f05abf2933b36.tar.bz2 scilab2c-5a83bc4c1ddd2652e3fee34ab83f05abf2933b36.zip |
libtool management
improve tests
link with scilab algorithm and lapack
Diffstat (limited to 'src/elementaryFunctions/asin/testAsin.c')
-rw-r--r-- | src/elementaryFunctions/asin/testAsin.c | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/src/elementaryFunctions/asin/testAsin.c b/src/elementaryFunctions/asin/testAsin.c index 452077c9..784fedc3 100644 --- a/src/elementaryFunctions/asin/testAsin.c +++ b/src/elementaryFunctions/asin/testAsin.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** testAsin.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Dec 8 15:05:44 2006 jofret -** Last update Mon Oct 22 14:09:57 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 "testAsin.h" @@ -138,11 +138,13 @@ int testAsin(void) { sasinsTest(); dasinsTest(); casinsTest(); - zasinsTest(); - sasinaTest(); - dasinaTest(); - casinaTest(); - zasinaTest(); + zasinsTest(); + /* + sasinaTest(); + dasinaTest(); + casinaTest(); + zasinaTest(); + */ return 0; } |