sin: Difference between revisions

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





Revision as of 17:04, 4 May 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