Documentation/How Tos/Calc: SQRTPI function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 09:48, 25 December 2007 by Drking (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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