|
|
- NAME
- #include <aros/libcall.h>
#include <proto/mathieeesingbas.h>
#include <proto/mathieeesingtrans.h>
#include <proto/exec.h>
#include <exec/types.h>
#include <libraries/mathieeesp.h>
float IEEESPSincos ()
- SYNOPSIS
- float * z
float y
- FUNCTION
- Calculate the cosine and the sine of the given IEEE single
precision number where y represents an angle in radians. The
function returns the sine of that number as a result and puts
the cosine of that number into *z which must represent
a valid pointer to a IEEE single precision number.
- INPUTS
- z
- pointer to an IEEE single precision floating point number
- y
- IEEE single precision floating point number
- RESULT
- *z - IEEE single precision floating point number
direct result - IEEE single precision floating point number
- NOTES
-
- EXAMPLE
- BUGS
-
- SEE ALSO
- MathIEEESingleTrans
- INTERNALS
-
|