I am trying to write something like
ep = 23 + (26/60)
and this will give me ep=23; however, if I change either of the 26 or 60 to 26. or 26.d, ep=23.43 which is what I want.
I am just curious about why is it like this? I try some searching, but the question is difficult to express.