Can not Calculate square.

 

MT4 can calculate square?

I can not.


EX

Print("square=",10^2);

 

Use the Math Function: MathPow(10,2)

You can locate this function in the documentation under Math & Trig functions.

 

use search function.

heres the answer https://docs.mql4.com/math/MathPow

 
Thanks It works.
 
RTFM 10^2 is an XOR
Reason: