Documentation/How Tos/Calc: SQRTPI function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 09:45, 24 November 2009 by OOoWikiBot (Talk | contribs)

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.

Template:Documentation/SeeAlso

Personal tools