How do i get the correct value for the mod between 180 and 3.6?
180 divided by 3.6 returns an integer value of 50, which has a remainder of 0.
So why does the operation180 % 3.6 return me 3.5555556?
180 % 3.6