cos

From Bohemia Interactive Community
Revision as of 12:45, 23 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


cos x


Operand types:

x: Number

Type of returned value:

Number

Description:

Cosine of x, argument in degrees.


Example:

_cosine = cos 60 ...... Result is 0.5