Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Computation precision on command line and in scripts
Posted:
Feb 7, 2013 9:42 AM
|
|
Should read:
>> 0.4+0.1+0.1+0.1+uint8(1)
ans =
2
>> uint8(1)+0.4+0.1+0.1+0.1
ans =
1
% Bruno
|
|
|
|