SpiceQA
Questions
Tags
Users
Badges
In lisp, how do I use the second value that the floor function returns?
user_399910
0
Created Aug 8, 2011
Edited Aug 8, 2011
Viewed 2225
Follow
When I do (floor 4 3) I got
1 1/3
But how do I use that 1/3?
common-lisp
lisp
8
0
Add comment
+
Share
1 Answers
Related