math remainders not showing in 1.94

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

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.

it works fine for me in 1.94. prints 3.3333

Works here (Athlon XP 3000+, WinXP Pro SP 2) in 1.94:



Well that is a relief. There is already more than enough rounding on float to string conversion.

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.