[TOC]
realpow
Real elementwise power
Usage
realpow(A, B)
This is the same as
power(A, B)
, except that it only returns real numbers.
An error is thrown if the result is complex.