sin: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


<h2 style="color:#000066">'''sin ''x'''''</h2>
<h2 style="color:#000066">'''sin ''x'''''</h2>


'''Operand types:'''
'''Operand types:'''

Revision as of 13:49, 17 April 2006

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