tg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Identical to [[tan]] |= Description
| Identical to [[tan]] |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''tg''' x |= Syntax
| '''tg''' x |SYNTAX=


|p1= x: [[Number]] |= Parameter 1
|p1= x: [[Number]] |PARAMETER1=


| [[Number]] |= Return value
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_tangent = [[tg]] 45 </code>  
|x1= <code>_tangent = [[tg]] 45 </code>  
Result is 1 |= Example 1
Result is 1 |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[tan]] |= See also
|[[tan]] |SEEALSO=


}}
}}

Revision as of 15:50, 7 April 2019

Hover & click on the images for description

Description

Description:
Identical to tan
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
_tangent = tg 45 Result is 1

Additional Information

See also:
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

Notes

Bottom Section