function to get X in 2powerX=N ?

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

thanks
[Deleted]  


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

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