- Joined
- Nov 13, 2006
- Messages
- 1,814
sorry for too stupid quetsion but i dont got how can i get the opposite of power
so let say Pow(2,3)=8
how could i convert back 8 to 3?
only way the making a loop and compare each time x=x*2 with 8 and count the loop?
so let say Pow(2,3)=8
how could i convert back 8 to 3?
only way the making a loop and compare each time x=x*2 with 8 and count the loop?