Difference between revisions of "Documentation/How Tos/Calc: SQRT function"
From Apache OpenOffice Wiki
< Documentation | How Tos
Javier Lopez (talk | contribs) |
|||
| Line 108: | Line 108: | ||
: returns an ''invalid argument'' error. | : returns an ''invalid argument'' error. | ||
| − | {{ | + | {{SeeAlso|EN| |
* [[Documentation/How_Tos/Calc: SQRTPI function|SQRTPI]] | * [[Documentation/How_Tos/Calc: SQRTPI function|SQRTPI]] | ||
* [[Documentation/How_Tos/Calc: POWER function|POWER]] | * [[Documentation/How_Tos/Calc: POWER function|POWER]] | ||
Revision as of 12:58, 16 July 2018
CALC FUNCTIONS
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