Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Numerische Literale

Die Syntax für numerische Literale ist wie folgt definiert:


numerisches_literal ::= { ganzzahl | festpunktzahl | gleitpunktzahl }

ganzzahl ::= [{+|-}] vorzeichenlose_ganzzahl [.]

festpunktzahl ::= [{+|-}]

{

vorzeichenlose_ganzzahl [.vorzeichenlose_ganzzahl] | 

vorzeichenlose_ganzzahl. | 

.vorzeichenlose_ganzzahl

}

gleitpunktzahl ::= festpunktzahl E[{+|-}] vorzeichenlose_ganzzahl

vorzeichenlose_ganzzahl ::= ziffer...



ziffer

Dezimalziffer 0 bis 9.
Ganzzahl- und Festpunktzahl-Literale dürfen maximal 31 Ziffern enthalten.


Der Datentyp des Literals ist Ganzzahl, Festpunktzahl oder Gleitpunktzahl mit der angegebenen Anzahl von Vor- und Nachkommastellen.