sqrt Function

Returns the square root of the argument. If the argument is real and negative, an error will result. If however the argument is complex a complex result will be returned.

Arguments

Number Type Compulsory Default Description
1 real/complex array Yes vector

Returns

Return type: rea/complex array

Returns the square root of the argument.