tan: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (math commands)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Tangent of x, argument in degrees. |= Description
| Tangent of x, argument in [[Number#Degrees|Degrees]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> '''tan''' degrees |= Syntax
| [[Number]] <nowiki>=</nowiki> '''tan''' [[Number#Degrees|Degrees]]|= Syntax


|p1= degrees : [[Number]] |= Parameter 1
|p1= [[Number#Degrees|Degrees]]: [[Number]] |= Parameter 1


| [[Number]] |= Return value
| [[Number]] |= Return value
Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Math Commands]] |= See also


}}
}}

Revision as of 08:30, 4 September 2007

Hover & click on the images for description

Description

Description:
Tangent of x, argument in Degrees.
Groups:
Uncategorised

Syntax

Syntax:
Number = tan Degrees
Parameters:
Degrees: Number
Return Value:
Number

Examples

Example 1:
_tangent = tan 45 
Result is 1

Additional Information

See also:
Math Commands

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