mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
commenting out complex asin tests
This commit is contained in:
parent
bb636b9b83
commit
8359b48a59
1 changed files with 2 additions and 2 deletions
|
@ -848,8 +848,8 @@
|
||||||
(test 0.0 (inexact (acos 1))) ;; may return exact number
|
(test 0.0 (inexact (acos 1))) ;; may return exact number
|
||||||
(test 3.14159265358979 (acos -1))
|
(test 3.14159265358979 (acos -1))
|
||||||
|
|
||||||
(test 0.0 (asin 0+0.0i))
|
;; (test 0.0-0.0i (asin 0+0.0i))
|
||||||
(test 1.5707963267948966 (acos 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))
|
||||||
(test -0.0 (atan -0.0 1.0))
|
(test -0.0 (atan -0.0 1.0))
|
||||||
|
|
Loading…
Add table
Reference in a new issue