Schon mal danke für die schnellen Antworten.
Aber ich komme mit euerer Formel nicht ganz klar.
Zitat:
Die Anzahl der Mantissenbits ergibt sich aus -> Bits im Datentyp - 1 Bit Vorzeichen - Bits für Exponent - 1 Bit Vorzeichen Exponent.
Der Typ Real48 hat 6 Byte. Also hat der Datentyp 48 Bits.
Bits für Exponent, sind das hier 2 Bits??? (Also von Bereich her 2.9 x 10^39 .. 1.7 x 10^38 sind es ja 2Bits.)
48 Bits - 1 Bit Vorzeichen - 2 Bits für Exponent - 1 Bit Vorzeichen Exponent = 44 Bits
Zitat:
Bits in Mantisse * Ln(2) / Ln(10) = signifikante Stellen zu Basis 10.
48 Bits * Ln(2) / Ln(10) = 14,45
Kann mir das bitte einer richtig vorrechnen?