IEEE 754 Double-Precision and Machine Epsilon

11 ビュー (過去 30 日間)
CHRISTIAN Mancini
CHRISTIAN Mancini 2021 年 3 月 22 日
回答済み: Steven Lord 2021 年 3 月 22 日
The machine precision using IEEE 754 double-precision is 2^−53 ≈ 1.1102e^−16 since it uses round-off and the significant has 53 bit (1/2 * 2^1-53)
Why in MATLAB the value eps is 2.2204e^-16 but it usees the same standard?
Does that mean that MATLAB can't represent all the numbers like the IEEE 754 but just a part of them?

採用された回答

Steven Lord
Steven Lord 2021 年 3 月 22 日
From this post on Cleve Moler's blog: "Either eps/2 or eps can be called the roundoff level."
You're using eps/2.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by