12-14-2016, 11:52 AM
The calculation is strange....
QM Program
double b =4/10
out "%1.1f" b
output
0
but Calculator is 0.4
I want to know why calculation information is different.
QM Program
double b =4/10
out "%1.1f" b
output
0
but Calculator is 0.4
I want to know why calculation information is different.