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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
Line 5: Line 5:
  
 
This function is only available if the '''Analysis AddIn''' is installed.  
 
This function is only available if the '''Analysis AddIn''' is installed.  
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 12: Line 11:
  
 
: This is equivalent to <tt>'''SQRT(PI()*number)'''</tt>.
 
: This is equivalent to <tt>'''SQRT(PI()*number)'''</tt>.
 
  
 
=== Example: ===
 
=== Example: ===
 
<tt>'''SQRTPI(2)'''</tt>
 
<tt>'''SQRTPI(2)'''</tt>
 
: returns the square root of (<tt>'''2PI'''</tt>), approximately <tt>'''2.506628'''</tt>.
 
: returns the square root of (<tt>'''2PI'''</tt>), approximately <tt>'''2.506628'''</tt>.
 
  
 
=== See also: ===
 
=== See also: ===

Revision as of 07:07, 2 March 2008


SQRTPI

Returns the square root of (PI times a number).

This function is only available if the Analysis AddIn is installed.

Syntax:

SQRTPI(number)

Returns the positive square root of ( PI multiplied by number ).
This is equivalent to SQRT(PI()*number).

Example:

SQRTPI(2)

returns the square root of (2PI), approximately 2.506628.

See also:

SQRT, PI

Mathematical functions

Personal tools