sin

From Bohemia Interactive Community
Revision as of 03:13, 17 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

back to COMREF

sin x

Operand types:

x: Number

Type of returned value:

Number

Description:

Sine of x, argument in degrees.

Example:

sine = sin 30

Result is 0.5