[TOC]
realsqrt
Real square root
Usage
realsqrt(A)
This is the same as
sqrt(A)
, except that it only returns an array of real numbers. An error will be thrown if the result is complex.