pi: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| [[Number]] |RETURNVALUE=
| [[Number]] |RETURNVALUE=

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