Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > C

COS

Scroll Prev Top Next More

(COS(angle))

 

Returns the trigonometric cosine of angle. The result is between -1 and 1.

 

In the following example, the value of vcos is 0.5002.

 

SET VAR vcos = (COS(1.047))