Skip to content

Commit

Permalink
Issue #530 - Adding more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Mar 15, 2024
1 parent 92de62c commit 0ea2457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/base.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ea2457

Please sign in to comment.