Functions to Convert BCD (DECMATH.LIB) Format to IEEELast reviewed: July 17, 1995Article ID: Q57871 |
The information in this article applies to:
SUMMARYBCD2IEEE is a file that includes FORTRAN source code to convert data in Binary Coded Decimal (BCD) floating point used in the DECMATH.LIB library provided with Microsoft FORTRAN versions 3.2, 3.3, and 3.31, and IEEE floating-point format used in the coprocessor and emulator libraries provided with subsequent versions of Microsoft FORTRAN. This file has been removed from the Software Library but can be requested by calling Microsoft Product Support Services. The table below lists the files provided in BCD2IEEE.
File Description ---------------------------------------------------------------- SDECCVT A FORTRAN function that converts the Binary Coded Decimal floating-point format for single-precision real numbers to IEEE floating-point format for single-precision real numbers. SDECTST.FOR A FORTRAN program to demonstrate using SDECCVT DDECCVT A FORTRAN function that converts Binary Coded Decimal floating-point format for double-precision real numbers to IEEE floating-point format for double-precision real numbers DDECTST.FOR A FORTRAN program to demonstrate using DDECCVT |
Additional reference words: kbinf 3.20 3.30 3.31 4.00 4.01 4.10 5.00 5.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |