Functions to Convert BCD (DECMATH.LIB) Format to IEEE (57871)



The information in this article applies to:

  • Microsoft FORTRAN Compiler for MS-DOS 3.2
  • Microsoft FORTRAN Compiler for MS-DOS 3.3
  • Microsoft FORTRAN Compiler for MS-DOS 3.31
  • Microsoft FORTRAN Compiler for MS-DOS 4.0
  • Microsoft FORTRAN Compiler for MS-DOS 4.01
  • Microsoft FORTRAN Compiler for MS-DOS 4.1
  • Microsoft FORTRAN Compiler for MS-DOS 5.0
  • Microsoft FORTRAN Compiler for MS-DOS 5.1
  • Microsoft FORTRAN compiler for OS/2 4.1
  • Microsoft FORTRAN compiler for OS/2 5.0
  • Microsoft FORTRAN compiler for OS/2 5.1

This article was previously published under Q57871

SUMMARY

BCD2IEEE 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
				

Modification Type:MajorLast Reviewed:12/1/2003
Keywords:KB57871