Entering content frame

Floating point literal Locate the document in its SAP Library structure

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

Syntax

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

mantissa, exponent

Example

1e160
-765E-04

Leaving content frame