When i do (/ 411 125) , i dont get it in terms of decimal, how do I do that?
|
|
|
|
|
|
|
|
||
|
|
|
|
If you use a float for the dividend, you'll get a decimal answer.
There's also the (unchecked-remainder x y) function available. |
||
|
|
|
|
As documented, integer division yields rational numbers. Try
|
||
|
|
