DOUBLE PRECISION X - the double precision input value.
Return Value:
Cosine of X.
Notes:
fastcos computes the Cosine function of its argument x.
This is a relaxed
version of cos, suitable for use with fastmath compiler flags or applications
not requiring full error handling. Denormal inputs may produce unpredictable
results. Error inputs produce C99 return values. The routine is accurate to
better than 2 ulp over most of the valid input range.