summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/asin/testAsin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/asin/testAsin.c')
-rw-r--r--src/elementaryFunctions/asin/testAsin.c32
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;
}