Division Problems
Posted: 27.02.2006, 10:36
Anybody but me having division problems? For example
-36.0 / 10000000 gives -0 forcing me to include the statement
if(x == 0) then x = 0 end
in order display zero properly. I don't think a negative zero is defined.
Or worse
3427/10000000 = 1
Is Celx rounding up? Is 10million too large a number? Surely not.
Henry
-36.0 / 10000000 gives -0 forcing me to include the statement
if(x == 0) then x = 0 end
in order display zero properly. I don't think a negative zero is defined.
Or worse
3427/10000000 = 1
Is Celx rounding up? Is 10million too large a number? Surely not.
Henry