Difference between revisions of "Documentation/How Tos/Calc: SQRT function"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 108: Line 108:
 
: returns an ''invalid argument'' error.
 
: returns an ''invalid argument'' error.
  
{{Documentation/SeeAlso|
+
{{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



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