Hi,
When I run
print float(500/19)
i got 26.0 result.
Whatever I devide don't get decimal values.
when i try etc. print float(3.42 * 17) it return 58.14 as it should be
How Blitz handle this?
When I run
print float(500/19)
i got 26.0 result.
Whatever I devide don't get decimal values.
when i try etc. print float(3.42 * 17) it return 58.14 as it should be
How Blitz handle this?