The exponentiation operator can be used as follows:
|
In the last expression must be a scalar Result. The tensorial order of the returned Result is identical to the tensorial order of . The argument can be either a scalar Result object, or a real value. Complex Results cannot be arguments to this operator. The real values of first Result argument must also be positive.
The three following expressions are equivalent:
z=x**y z=Post.pow(x,y) z=Post.opPow(x,y)