cos
ACTION:
returns cosine value (ratio of x/r) given angle in radians
USE:
Cosine=cos(radians)
EXAMPLE:
c=cos(pi/3)
RESULT:
c=0.5
RELATED:
sin
tan