Herunterladen Inhalt Inhalt Diese Seite drucken

Theodor Friedrichs Combilog 1022 Handbuch Seite 179

Inhaltsverzeichnis

Werbung

H.
Beschreibung Short Real Format
Der Datentyp belegt 4 Byte (32 Bit, entsprechend 8 hexadezimalen
Ziffern), die folgendermaßen angeordnet sind:
Breite
1
8
v
e
MSB
Anordnung
Der Wert w einer in diesem Format gespeicherten Zahl lässt sich
folgendermaßen berechnen:
if
0 < e
if
e = 0
if
e = 0
Gerätehandbuch COMBILOG 1022
LSB MSB
and
e < 255
and
f <> 0
and
f = 0
23
f
LSB
then
w = (-1)
then
w = (-1)
then
w = (-1)
v
* 2
e-127
* (1.f)
v
* 2
e-126
* (0.f)
v
* 0
179

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis