3. QUEL Data Types : Literals : Numeric Literals : Floating Point Literals
 
Share this page                  
Floating Point Literals
A floating point literal must be specified using scientific notation. The format is:
[+|-] {digit} [.{digit}] e|E [+|-] {digit}
For example:
2.3 e-02
You must specify at least one digit, either before or after the decimal point.