Operators and Keywords
Function List:
C++ API
Compute the real-valued, element-by-element power operator.
This is equivalent to x .^ y, except that realpow reports an error if any return value is complex.
x .^ y
realpow
See also: power, reallog, realsqrt.
Package: octave