RealToStr (FUN)

FUNCTION RealToStr : STRING(16)

Converts REAL values to a decimal representation, taking into account special values like NaN and infinity. Based on REAL_TO_STRING.

InOut:

Scope

Name

Type

Comment

Return

RealToStr

STRING(16)

Input

f

REAL

The floating point value to convert.