Entering content frame

Floating point literal 

Numeric literal that specifies a number as a floating point number.

Syntax

<floating_point_literal> ::=  <mantissa>E<exponent> | <mantissa>e<exponent>

mantissa, exponent

1e160
-765E-04

Leaving content frame