Documentation/How Tos/Calc: SQRTPI function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 07:07, 2 March 2008 by Drking (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.

See also:

SQRT, PI

Mathematical functions

Personal tools