Expressing floating point numbers in IEEE standard?
Show older comments
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.
Accepted Answer
More Answers (2)
James Tursa
on 17 Mar 2013
1 vote
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
on 17 Mar 2013
0 votes
MATLAB single and double precision numbers are already expressed in IEEE format internally.
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!