mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Issue #530 - Adding more tests
This commit is contained in:
parent
92de62ce14
commit
0ea2457db6
1 changed files with 3 additions and 0 deletions
|
@ -107,9 +107,12 @@
|
|||
"sqrt"
|
||||
(test 1i (sqrt -1))
|
||||
(test 1i (sqrt -1.0))
|
||||
(test +i (sqrt -1.0))
|
||||
(test 2 (sqrt 4))
|
||||
(test 2.0 (sqrt 4.0))
|
||||
(test 2i (sqrt -4.0))
|
||||
(test #t (complex? (sqrt -1)))
|
||||
(test #t (complex? (sqrt -i)))
|
||||
)
|
||||
|
||||
(test-group
|
||||
|
|
Loading…
Add table
Reference in a new issue