Integer division in Common Lisp?

appusajeev picture appusajeev · Jan 16, 2010 · Viewed 13.2k times · Source

When I do (/ 7 2), what should I do to get the result 3? If I do (/ 7 2.0), I get 3.5, which is as expected.