tg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
m (Text replacement - "<code>([^ ]*)\{\{cc\|([^ ]*)\}\}([^ ]*)<\/code>" to "<code>$1// $2$3</code>")
Line 32: Line 32:
|r1= [[Number]]
|r1= [[Number]]


|x1= <code>_tangent = tg 45; {{cc|Result is 1}}</code>
|x1= <code>_tangent = tg 45; // Result is 1</code>


|seealso= [[tan]] [[sin]] [[cos]]
|seealso= [[tan]] [[sin]] [[cos]]
}}
}}

Revision as of 12:22, 12 May 2022

Hover & click on the images for description

Description

Description:
Identical to tan
Groups:
Math - 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