About floating point format

조회 수: 2 (최근 30일)
G L
G L 2020년 6월 11일
답변: James Tursa 2020년 6월 11일
how the 64 bit floating point format used as the standard number format in Matlab is composed?
Which parts within that scheme is responsible for the precision and for the range of the numbers you can use?
What is the disadvantage of that number format.
For comparison, how is a 32 bit signed integer format composed. What is the limitations of this format (more than two)?

답변 (1개)

James Tursa
James Tursa 2020년 6월 11일
The 64-bit floating point format is IEEE double:
The 32-bit signed integer format is 2's complement:

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by