sin: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *V([a-z ])" to "$1 - v$2")
 
(53 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{RV|type=command


back to [[Scripting_Reference#U|COMREF]]
|game1= ofp
|version1= 1.00


<h2 style="color:#000066">'''sin '''''x''</h2>
|game2= ofpe
|version2= 1.00


'''Operand types:'''
|game3= arma1
|version3= 1.00


x: [[Number]]
|game4= arma2
|version4= 1.00


'''Type of returned value:'''
|game5= arma2oa
|version5= 1.50


[[Number]]
|game6= tkoh
|version6= 1.00


'''Description:'''
|game7= arma3
|version7= 0.50


Sine of x, argument in degrees.
|gr1= Math - Geometry


'''Example:'''
|descr= Sine of x.


sine = '''sin''' 30
|s1= [[sin]] x


Result is 0.5
|p1= x: [[Number]] - value in degree
 
|r1= [[Number]]
 
|x1= <sqf>_sine = sin 30; // result is 0.5</sqf>
 
|seealso= [[cos]] [[tan]]
}}

Latest revision as of 16:53, 8 November 2023

Hover & click on the images for description

Description

Description:
Sine of x.
Groups:
Math - Geometry

Syntax

Syntax:
sin x
Parameters:
x: Number - value in degree
Return Value:
Number

Examples

Example 1:
_sine = sin 30; // result is 0.5

Additional Information

See also:
cos tan

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note