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 todecimalstructures and a formatter for converting fromdecimalstructures to decimal strings.
dec2str Converts decimalstructures to decimal strings. The PowerPC Numerics formatter.str2dec Converts decimal strings to decimalstructures. The PowerPC Numerics scanner.