Documentation/How Tos/Calc: SQRT function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 07:27, 13 September 2008 by Drking (Talk | contribs)

Jump to: navigation, search


SQRT

Returns the positive square root of a number.

Syntax:

SQRT(number)

Returns the positive square root of number.
number must be positive.

Example:

SQRT(16)

returns 4.

SQRT(-16)

returns an invalid argument error.

See also:

SQRTPI, POWER

Mathematical functions

Functions listed alphabetically, Functions listed by category

Personal tools