tg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_tangent = [[tg]] 45 </code>  
|x1= <code>_tangent = [[tg]] 45;{{cc|Result is 1}} </code>|EXAMPLE1=
Result is 1 |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 00:09, 27 September 2020

Hover & click on the images for description

Description

Description:
Identical to tan
Groups:
Geometry

Syntax

Syntax:
tg x
Parameters:
x: Number
Return Value:
Number

Examples

Example 1:
_tangent = tg 45;// Result is 1

Additional Information

See also:
tan sin cos

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

Notes

Bottom Section