Hallo,

das nächste Problem wird sein, das die Genauigkeit nicht ganz so hoch ist, und in etwa ab der 5. Stelle nach dem Komma stark abnimmt !

Zitat Zitat von Bascom Hilfe
Singles are stored as signed 32 bit binary numbers. Ranging in value from 1.5 x 10^–45 to 3.4 x 10^38
Der Gesamtbereich würde evtl. noch reichen, aber bei so vielen nullen
das ist wohl zuviel.

Es gäbe da allerdings noch Double, die werden als 64 Bit gespeichert, evtl. gehts damit schon bis zur 12. Stelle nach dem Komma.

Zitat Zitat von Bascom Hilfe
Doubles are stored as signed 64 bit binary numbers. Ranging in value from 5.0 x 10^–324 to 1.7 x 10^308