Online HelpPC 2.10      Quick Reference Utility     Copyright 1991 David Jurgens
 
        MSC: int dieeetomsbin( double *srcdbl, double *dstdbl )                 
        MSC: int dmsbintoieee( double *srcdbl, double *dstdbl )                 
        MSC: int fieeetomsbin( float *srcflt, float *dstflt )                   
        MSC: int fmsbintoieee( float *srcflt, float *dstflt )                   
                                                                                                                                                                          - prototype in math.h                                                                                                                                             dieeetomsbin() converts IEEE double to Microsoft double                          dmsbintoieee() converts Microsoft double to IEEE double                          fieeetomsbin() converts IEEE float to Microsoft float                            fmsbintoieee() converts Microsoft float to IEEE float                                                                                                             - srcdbl and srcflt are pointers to source values                                - dstdbl and dstflt are pointers to the destination                              - returns 0 for success; 1 for failure (overflow)                                                                                                                                                                                           
[helppc.bosbyte.nl]              fmsbintoieee                 Home  Back  Topics