math remainders not showing in 1.94

Archives Forums/Blitz3D Bug Reports/math remainders not showing in 1.94

ICECAP(Posted 2006) [#1]
Try and run the following code when 1.94 is installed:

print 10.0/3.0
waitkey()


I have noticed that it doesnt supply a remainder. In fact i sat there tairing my hair out trying to get it to display one.
I reinstalled 1.88 and it works perfectly and displays the number 3.3333.


Curtastic(Posted 2006) [#2]
it works fine for me in 1.94. prints 3.3333


WendellM(Posted 2006) [#3]
Works here (Athlon XP 3000+, WinXP Pro SP 2) in 1.94:




DJWoodgate(Posted 2006) [#4]
Well that is a relief. There is already more than enough rounding on float to string conversion.


Ross C(Posted 2006) [#5]
Works fine here. I have reverted back to 1.91, due to the memory leak issues though. It's unusable in that state i'm afraid.