3. OpenSQL Data Types : 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.3e-02
At least one digit must be specified, either before or after the decimal point.