function to get X in 2powerX=N ?

 
Hi,
How can I get X ifX=N I know N in 2power ?

thanks
 


X=MathLog(N)/MathLog(2);

 
Please try to use the MathSqrt() and the MathPow() funstions.