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
da65aebf
Commit
da65aebf
authored
Aug 25, 2003
by
pfdietz
Browse files
You can't coerce a float to an integer, even if the float is a mathematical integer.
parent
38526297
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/fround-aux.lsp
View file @
da65aebf
...
...
@@ -19,7 +19,7 @@
(integerp r)
(<= (- (/ d 2)) r (/ d 2))
(or (/= (abs r) (/ d 2))
(evenp (
coerce q 'integer
))))
(evenp (
floor q
))))
collect (list n d q r n2)))
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