sin

From Bohemia Interactive Community
Revision as of 16:36, 19 April 2006 by Planck (talk | contribs)
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