^ (Matlab operator)
Exponent
Matlab/Scilab equivalent
Matlab | Scilab |
^ |
^ |
Exponentiation is right-associative in Scilab, ontrarily to Matlab® and Octave. For example, 2^3^4 is equal to 2^(3^4) in Scilab, but is equal to (2^3)^4 in Matlab® and Octave. |
Report an issue | ||
<< | (Matlab operator) | Operators | ' (Matlab operator) >> |