About floating point format

2 visualizaciones (últimos 30 días)
G L
G L el 11 de Jun. de 2020
Respondida: James Tursa el 11 de Jun. de 2020
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)?

Respuestas (1)

James Tursa
James Tursa el 11 de Jun. de 2020
The 64-bit floating point format is IEEE double:
The 32-bit signed integer format is 2's complement:

Categorías

Más información sobre System Composer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by