pi: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
back to [[Scripting_Reference#P|COMREF]]
<h2 style="color:#000066">'''pi'''</h2>
<h2 style="color:#000066">'''pi'''</h2>


'''Operand types:'''
'''Operand types:'''
Line 11: Line 14:
'''Description:'''
'''Description:'''


pi (180 degrees converted to radians).
'''pi''' (180 degrees converted to radians).
 


'''Example:'''
'''Example:'''


_a = 2*'''pi'''
_a = 2*'''pi''' ...... Result is 6.2830
 
Result is 6.2830

Revision as of 03:10, 16 April 2006

back to COMREF

pi


Operand types:

None

Type of returned value:

Number

Description:

pi (180 degrees converted to radians).


Example:

_a = 2*pi ...... Result is 6.2830