CRE Programmer's Guide
Math Functions
Common Run-Time Environment (CRE) Programmer’s Guide—528146-004
7-29
Int_to_Decimal
Table 7-5. Sign Types
Sign_type Sign Storage
RTL^Unsigned A sign is not stored. The result is an unsigned string of digits.
RTL^Leading^embedded The leftmost bit of the first byte is set to 1 to indicate a negative
value.
RTL^Leading^separate A “+” or “-” character occupies the first byte. “+” indicates a
positive value, “-” indicates a negative value.
RTL^Trailing^embedded The leftmost bit of the last byte is set to 1 for a negative value.
RTL^Trailing^separate A “+” or “-” character occupies the last byte. “+” indicates a
positive value, “-” indicates a negative value.