pi: 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:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''pi''' |= Syntax
| [[Number]] <nowiki>=</nowiki> '''pi''' |= Syntax


| [[Number]] |= Return value
| [[Number]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <br><code>_a <nowiki>=</nowiki> 2*pi</code>
|x1= <br><code>_radians <nowiki>=</nowiki> 2*pi</code>


Result is 6.2830|= Example 1
Result is 6.2830|= Example 1

Revision as of 17:40, 28 August 2007

Hover & click on the images for description

Description

Description:
pi (180 degrees converted to radians).
Groups:
Uncategorised

Syntax

Syntax:
Number = pi
Return Value:
Number

Examples

Example 1:

_radians = 2*pi Result is 6.2830

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