Purpose
Square root
Synopsis
SQRT(value)
Argument
|
value
|
One of the following: a constant; a variable; a formula evaluating to
a single value; or an XV with only one item
|
Example
Given the following matrix items:
Column: A
Column: B
XV : XVA: A
XV : XVB: = = = B ^ 2
then the following are all valid uses of the function:
SQRT(99)
SQRT(A)
SQRT(B^2)
SQRT(SQRT(A))
SQRT(XVA)
SQRT(XVB)
Further information
value must be non-negative.
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.