if i do

x = 2560/153

x should = 16.73..... but pbp will see it as 16. therefore i wanted to use the remainder function to get the 0.7


remainder = 2560 // 153

but when i print it out on an lcd it says that the remainder is 0. Why is 7 not stored ?


Thanks