Returns the value of the level 2 object raised to the power of the level 1 object.
Level 2 | Level 1 | -> | Level 1 |
---|---|---|---|
w | z | -> | wz |
z | 'symb' | -> | 'z^symb' |
'symb' | z | -> | '(symb)^z' |
'symb1' | 'symb2' | -> | 'symb1^(symb2)' |
x_unit | y | -> | xy_unity |
x_unit | 'symb' | -> | '(x_unit)^(symb') |