Accepts a floating point number (fnum1) representing an angle in radians and a pointer to another floating point number (pfnum2). It computes the cosine and places it in *pfnum2. It computes the sine and returns it as a result.
*pfnum2 - Motorola fast floating point number (cosine)
- fnum3
-
Motorola fast floating point number (sine)