This question is not about mathematics, within the scope defined in the help center.
Closed 4 years ago.
Is there a function for twelfth root of two?
I'm not a mathematician and for me it is difficult to understand the article on wikipedia. Maybe you can help me.
What I know so far which is not much:
4 to the power of 3 = 64, but how find base 4 and exp 3 when only 64 is given? Is that even possible and if so which function to use?
Now how I calculated the 12th root of 2 and which needs insane computation and I'm sure there's a better solution:
in Python
Output:
I'm happy with the result but like I said before it need lot of computation time. Please when write an answer keep in mind that I'm a dummy in math.