Important: The information in this document is obsolete and should not be used for new development.
Converting Between Decimal Formats
MathLib provides a scanner for converting from decimal strings todecimal
structures and a formatter for converting fromdecimal
structures to decimal strings.
dec2str Converts decimal
structures to decimal strings. The PowerPC Numerics formatter.str2dec Converts decimal strings to decimal
structures. The PowerPC Numerics scanner.