필터 지우기
필터 지우기

Expressing floating point numbers in IEEE standard?

조회 수: 2 (최근 30일)
Joe
Joe 2013년 3월 17일
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.

채택된 답변

the cyclist
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:

추가 답변 (2개)

James Tursa
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).

Walter Roberson
Walter Roberson 2013년 3월 17일
MATLAB single and double precision numbers are already expressed in IEEE format internally.
There is an example of converting to the single precision form here

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by