SQRT function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 15:42, 31 January 2024 by DiGro (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Personal tools
In other languages