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

ID: Q57871


The information in this article applies to:
  • Microsoft FORTRAN for MS-DOS, versions 3.2, 3.3, 3.31, 4.0, 4.01, 4.1, 5.0, 5.1
  • Microsoft FORTRAN for OS/2, versions 4.1, 5.0, 5.1


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 

Additional query words: nofps kbinf 3.20 3.30 3.31 4.00 4.01 4.10 5.00 5.10

Keywords :
Version : :3.2,3.3,3.31,4.0,4.01,4.1,5.0,5.1
Platform :
Issue type :


Last Reviewed: November 1, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.