|
|
- NAME
- #include <libraries/mathffp.h>
#include <aros/libcall.h>
#include <proto/mathffp.h>
#include <proto/mathtrans.h>
#include <proto/exec.h>
#include <exec/types.h>
float SPSincos ()
- SYNOPSIS
- IPTR * pfnum2
float fnum1
- FUNCTION
- Calculate the cosine and the sine of the given ffp-number
fnum1 that represents an angle in radians. The function
returns the sine of that number as a result and puts
the cosine of that number into *pfnum2 which must represent
a valid pointer to a ffp-number.
- INPUTS
- pfnum2
- Pointer to a Motorola fast floating point number
- fnum1
- Motorola fast floating point number
- RESULT
- *pfnum2 - Motorola fast floating point number
direct result - Motorola fast floating point number
- NOTES
-
- EXAMPLE
- BUGS
-
- SEE ALSO
- MathTrans
- INTERNALS
-
|