sin: Difference between revisions

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


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


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


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


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


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


}}
}}

Revision as of 08:24, 4 September 2007

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
_sine = sin 30 ...... Result is 0.5

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