Skip to content

Commit

Permalink
Add more sqrt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Mar 13, 2024
1 parent 887e1e5 commit 512e962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/base.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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))
)
Expand Down

0 comments on commit 512e962

Please sign in to comment.