|
|
- NAME
- #include <aros/libcall.h>
#include <proto/mathieeedoubbas.h>
#include <proto/mathieeedoubtrans.h>
#include <proto/exec.h>
#include <exec/types.h>
double IEEEDPSincos ()
- SYNOPSIS
- double * z
double y
- FUNCTION
- Calculate the cosine and the sine of the given IEEE double
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 double precision number.
- INPUTS
- z
- Pointer to an IEEE double precision floating point number
- y
- IEEE double precision floating point number
- RESULT
- *z - IEEE double precision floating point number
direct result - IEEE double precision floating point number
- NOTES
-
- EXAMPLE
- BUGS
-
- SEE ALSO
- MathIEEEDoubleTrans
- INTERNALS
-
|