NAME
    SPTieee - convert FFP number to single precision ieee
SYNOPSIS
    ieeenum = SPTieee(fnum);
                     d0.l
    float ieeenum;
    float fnum;
FUNCTION
    Accepts a Motorola fast floating point number and
    returns the same number, converted into IEEE
    standard single precision format
INPUTS
    fnum - Motorola fast floating point number
RESULT
    ieeenum - IEEE Single Precision Floating Point
BUGS
    None
SEE ALSO
    SPFieee
[Back to Amiga Developer Docs]