rad: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (add to Math Commands)
Line 1: Line 1:
[[Category:Scripting Commands|RAD]]
 
[[Category:Scripting Commands OFP 1.96|RAD]]
[[Category:Scripting Commands OFP 1.46|RAD]]
[[Category:Scripting Commands ArmA|RAD]]
{{Command|= Comments
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 37: Line 34:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|RAD]]
[[Category:Scripting Commands OFP 1.96|RAD]]
[[Category:Scripting Commands OFP 1.46|RAD]]
[[Category:Scripting Commands ArmA|RAD]]
[[Category:Command_Group:_Math|{{uc:{{PAGENAME}}}}]]

Revision as of 23:33, 11 January 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:
rad x
Parameters:
x: 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