realpow
Real elementwise power
realpow(A, B)
- This is the same as
power(A, B)
, except that it only returns an array of real numbers. An error occurs if the result is complex.
Real elementwise power
realpow(A, B)
power(A, B)
, except that it only returns an array of real numbers. An error occurs if the result is complex.