[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


NAME
        SPDiv -- Divide two floating point numbers.

SYNOPSIS
        fnum3 = SPDiv(fnum1, fnum2)
        D0            D1     D0

        float SPDiv(float fnum1, float fnum2);

FUNCTION
        Accepts two floating point numbers and returns the arithmetic
        division of said numbers.

INPUTS
        fnum1   - floating point number.
        fnum2   - floating point number.

RESULT

        fnum3   - floating point number (fnum3 = fnum2/fnum1).

BUGS
        None.

SEE ALSO