Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
6c088032
Commit
6c088032
authored
Feb 12, 2004
by
pfdietz
Browse files
Fixed test problem
parent
41aecc44
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/atan.lsp
View file @
6c088032
...
...
@@ -6,8 +6,10 @@
(in-package :cl-test)
(deftest atan.1
(atan 0)
0.0)
(let ((result (atan 0)))
(or (eqlt result 0)
(eqlt result 0.0)))
t)
(deftest atan.2
(loop for type in '(short-float single-float double-float long-float)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment