matlab digit precision is not correct?

Quoting from:
By default, MATLAB® uses 16 digits of precision.
But why when I write 900000000+2 (8 zeros after 9) it returns 900000002 but writing 900000000+2 (9 zeros after 9)returns 9.0000e+09 isn't this an 8 digit precision?

回答 (1 件)

James Tursa
James Tursa 2020 年 4 月 7 日
編集済み: James Tursa 2020 年 4 月 7 日

0 投票

That is just a display artifact. The entire number is still there in memory. Do this to change the display format
format longg
and then repeat your test.

カテゴリ

タグ

質問済み:

2020 年 4 月 7 日

コメント済み:

2020 年 4 月 8 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by