[gnumeric] process-crlibm: test also sinpi and cospi.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] process-crlibm: test also sinpi and cospi.
- Date: Fri, 15 Nov 2013 01:23:25 +0000 (UTC)
commit ec90c07dfd887fcbdaa502c486421dc15321de51
Author: Morten Welinder <terra gnome org>
Date: Thu Nov 14 20:22:56 2013 -0500
process-crlibm: test also sinpi and cospi.
tools/ChangeLog | 4 ++++
tools/process-crlibm | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 30414c0..909c2ad 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-14 Morten Welinder <terra gnome org>
+
+ * process-crlibm: New tool for importing crlibm test cases.
+
2013-11-13 Morten Welinder <terra gnome org>
* handle-conf-options (create_reg): Avoid double backslashes.
diff --git a/tools/process-crlibm b/tools/process-crlibm
index 7b980ca..6066ffc 100755
--- a/tools/process-crlibm
+++ b/tools/process-crlibm
@@ -15,7 +15,7 @@ my @funcs =
#'atanpi',
'atan',
'cosh',
- #'cospi',
+ 'cospi',
'cos',
'expm1',
'exp',
@@ -25,7 +25,7 @@ my @funcs =
['log' => 'ln'],
['pow' => 'power'],
'sinh',
- #'sinpi',
+ 'sinpi',
'sin',
#'tanpi',
'tan',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]