rad: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (add to Math Commands)
mNo edit summary
Line 1: Line 1:
{{Command|= Comments
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 11: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''rad''' x |= Syntax
| Radians <nowiki>=</nowiki> '''rad''' Degrees |= Syntax
|p1= Radians: [[Number]]
|p2= Degrees: [[Number]]


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


| [[Number]] |= Return value
| [[Number]] |= Return value

Revision as of 13:50, 29 August 2007

Hover & click on the images for description

Description

Description:
Convert x from degrees to radians. 360 degrees is equal to 2 multiplied with pi.
Groups:
Uncategorised

Syntax

Syntax:
Radians = rad Degrees
Parameters:
Radians: Number
Degrees: Number
Return Value:
Number

Examples

Example 1:
_radians = rad 180 Result is 3.1415

Additional Information

See also:
See also needed

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