Was this helpful?
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.
Last modified date: 01/30/2023