This question already has answers here:
Why is 24.0000 not equal to 24.0000 in MATLAB?
(5 answers)
Closed 6 years ago.
我的一位朋友在Matlab写道:
for p=0.01:0.01:0.1
100*p
end
产出如下:
1
2
3
4
5
6.000000000000001
6.999999999999999
8
9
10
我想知道为什么有轻微错误?这是否意味着一般案件的准确性也象本案一样差?
编辑:
我们比较了数字 -- -- 7 =6.99999999999999
和产出0
。因此,Matlab自相矛盾!