COS - cosine function.

(ANSI Standard)

Usage:

#include <math.h>
y = cos( x );

Where:

double x, y;
 

Description:

"cos" returns the cosine of "x". "x" is taken to be in radians.

Copyright © 1996, Thinkage Ltd.