Expressing floating point numbers in IEEE standard?
8 ビュー (過去 30 日間)
古いコメントを表示
How would you express a floating point number in IEEE standard? There would be three parts, the sign, the biased exponent, and the mantissa. But I don't quite understand how you would even break down a floating point number into these three parts.
0 件のコメント
採用された回答
the cyclist
2013 年 3 月 17 日
Did you look at my answer to your other question yet? Here:
The document I point you to in that answer talks about that exact topic. Here's the link again, for your convenience:
0 件のコメント
その他の回答 (2 件)
James Tursa
2013 年 3 月 17 日
In addition to the links provided in the previous answers I would point you to the MATLAB function [F,E] = log2(X) to extract the parts of the floating point number(s).
0 件のコメント
Walter Roberson
2013 年 3 月 17 日
MATLAB single and double precision numbers are already expressed in IEEE format internally.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!