|
|
- NAME
- #include <aros/libcall.h>
#include <proto/mathieeedoubbas.h>
#include <proto/mathieeedoubtrans.h>
#include <proto/exec.h>
#include <exec/types.h>
double IEEEDPCos ()
- SYNOPSIS
- double y
- FUNCTION
- Calculate the cosine of a given IEEE double precision number in radians
- INPUTS
- y
- IEEE double precision floating point number
- RESULT
- IEEE double precision floating point number
flags:
zero : result is zero
negative : result is negative
overflow : 0
- NOTES
-
- EXAMPLE
- BUGS
-
- SEE ALSO
- MathIEEEDoubleTrans
- INTERNALS
- cos (x) = sin (x+ pi/2);
|