X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Fcore%2Fhelp%2Fen_US%2F1_keywords%2Fhat.xml;h=3d274134bd86a9784c35c883e947e3866be6794c;hp=75c757253f8980df88f78b29ff325864e9ad6abc;hb=817e9fc0dfb1b26c4eac6f249e39c25d7f66440b;hpb=017e0b862e869e79562306ba11bdfa1b25fc3645 diff --git a/scilab/modules/core/help/en_US/1_keywords/hat.xml b/scilab/modules/core/help/en_US/1_keywords/hat.xml index 75c7572..3d27413 100644 --- a/scilab/modules/core/help/en_US/1_keywords/hat.xml +++ b/scilab/modules/core/help/en_US/1_keywords/hat.xml @@ -46,6 +46,11 @@ x2 the value of x1^x2 is the "principal value" determined by x1^x2 = exp(x2*log(x1)). + + + Exponentiation is right-associative in Scilab contrarily 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. + +