pi: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
|1.00|Game version=
|1.00|Game version=


|gr1= Math |GROUP1=
|gr1= Geometry |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <br><code>_radians <nowiki>=</nowiki> 2*pi</code>
|x1= <code>_radians = 2 * [[pi]];{{cc|Result is 6.2830}}</code>|EXAMPLE1=
 
Result is 6.2830|EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[Math Commands]]  |SEEALSO=
|[[tan]] [[cos]] [[sin]]  |SEEALSO=


}}
}}

Revision as of 00:07, 27 September 2020

Hover & click on the images for description

Description

Description:
pi (180 degrees converted to Radians).
Groups:
Geometry

Syntax

Syntax:
Number = pi
Return Value:
Number

Examples

Example 1:
_radians = 2 * pi;// Result is 6.2830

Additional Information

See also:
tan cos sin

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