Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 MATLAB:为什么1-eps == 1-eps*4/3返回FALSE. 使用 M 尾数位,不应该是 1.0101...*2^-M从 1 中减去时eps*4/3会四舍五入吗?eps
1-eps == 1-eps*4/3
FALSE
eps*4/3
eps