sin: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SIN]]
[[Category:Scripting Commands|SIN]]
[[Category:Scripting Commands OFP 1.97|SIN]]
[[Category:Scripting Commands OFP 1.96|SIN]]
[[Category:Scripting Commands OFP 1.46|SIN]]
[[Category:Scripting Commands OFP 1.46|SIN]]
[[Category:Scripting Commands ArmA|SIN]]
[[Category:Scripting Commands ArmA|SIN]]

Revision as of 21:38, 1 June 2006


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