Did you know that the OpenOffice.org Wiki has a WYSIWYG editor? See Help:FCKeditor
Documentation/How Tos/Calc: SQRT function
From OpenOffice.org Wiki
< Documentation | How Tos
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

