Re: cube root of a given number



On 14 Jul, 23:44, Sheila <sheila_starli...@xxxxxxxxxxxxx> wrote:
I would like to obtain this information.

take logs.

e.g. to find x= 5645746876^(1/3)

ln x = 1/3 ln 5645746876

x = e^(1/3 ln 5645746876)

works for any roots.

.