cos

From Bohemia Interactive Community
Revision as of 17:03, 16 April 2006 by Planck (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

back to COMREF

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