In lisp, how do I use the second value that the floor function returns?

Viewed 2225

When I do (floor 4 3) I got

1
1/3

But how do I use that 1/3?

1 Answers
Related