SQRT function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Trigonometric
Hyperbolic
Rounding and remainders
Logarithm/Powers
Bessel functions
Miscellaneous
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