Initializing help system before first use

xpress.sqrt

xpress.sqrt


Purpose

Returns the square root of an expression.


Synopsis
a = xpress.sqrt (t)
Argument
Radicand of the function.
Further information

Using Python's math library operator math.sqrt is only advisable when the argument is not an expression that depends on variables.