LRealToStr
(FUN)
FUNCTION LRealToStr : STRING(32)
Converts LREAL values to a decimal representation, taking into account special values like NaN and infinity. Based on LREAL_TO_STRING.
Note
This function also handles the case LREAL = REAL.
- InOut:
Scope
Name
Type
Comment
Return
LRealToStr
STRING(32)
Input
f
LREAL
The floating point value to convert.