From 8359b48a59c376d49e7a6c9522d5df67c3b61fa1 Mon Sep 17 00:00:00 2001 From: Alex Shinn <alexshinn@gmail.com> Date: Wed, 8 Jun 2016 07:24:03 +0900 Subject: [PATCH] commenting out complex asin tests --- tests/r7rs-tests.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/r7rs-tests.scm b/tests/r7rs-tests.scm index 1c93c278..4555ecbd 100644 --- a/tests/r7rs-tests.scm +++ b/tests/r7rs-tests.scm @@ -848,8 +848,8 @@ (test 0.0 (inexact (acos 1))) ;; may return exact number (test 3.14159265358979 (acos -1)) -(test 0.0 (asin 0+0.0i)) -(test 1.5707963267948966 (acos 0+0.0i)) +;; (test 0.0-0.0i (asin 0+0.0i)) +;; (test 1.5707963267948966+0.0i (acos 0+0.0i)) (test 0.0 (atan 0.0 1.0)) (test -0.0 (atan -0.0 1.0))