mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Add more sqrt tests
This commit is contained in:
parent
887e1e5aa9
commit
512e962a9b
1 changed files with 3 additions and 3 deletions
|
@ -105,9 +105,9 @@
|
|||
|
||||
(test-group
|
||||
"sqrt"
|
||||
(test #t (sqrt -1))
|
||||
(test #t (sqrt -1.0))
|
||||
; TODO: (test 2 (sqrt 4))
|
||||
(test 1i (sqrt -1))
|
||||
(test 1i (sqrt -1.0))
|
||||
(test 2 (sqrt 4))
|
||||
(test 2.0 (sqrt 4.0))
|
||||
(test 2i (sqrt -4.0))
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue