Difference between revisions of "Documentation/How Tos/Calc: PI function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
Line 3: Line 3:
 
== PI ==
 
== PI ==
 
Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.
 
Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
 
<tt>'''PI()'''</tt>
 
<tt>'''PI()'''</tt>
 
  
 
=== Example: ===
 
=== Example: ===
 
<tt>'''PI()'''</tt>
 
<tt>'''PI()'''</tt>
 
: returns <tt>'''3.14159265358979'''</tt>
 
: returns <tt>'''3.14159265358979'''</tt>
 
  
 
===See also:===
 
===See also:===
 
 
'''[[Documentation/How_Tos/Calc: EXP function|EXP(1)]]''' returns the mathematical constant '''e'''
 
'''[[Documentation/How_Tos/Calc: EXP function|EXP(1)]]''' returns the mathematical constant '''e'''
  
 
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
 
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''

Revision as of 06:41, 2 March 2008


PI

Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.

Syntax:

PI()

Example:

PI()

returns 3.14159265358979

See also:

EXP(1) returns the mathematical constant e

Mathematical functions

Personal tools