deg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (add to Math Commands)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''deg''' x |= Syntax
| '''deg''' Radians |= Syntax


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


| [[Number]] -   
| [[Number]] -   
Line 18: Line 18:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>deg1</pre>
|x1= <pre>_degrees deg 1</pre>


returns 57.295 |= Example 1
returns 57.295 |= Example 1

Revision as of 10:35, 27 August 2007

Hover & click on the images for description

Description

Description:
Convert a number from radians to degrees.
Groups:
Uncategorised

Syntax

Syntax:
deg Radians
Parameters:
Radians : Number
Return Value:
Number - Result in degrees.

Examples

Example 1:
_degrees deg 1
returns 57.295

Additional Information

See also:
rad

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