View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=x^(1/y)


In article ,
Brion Kidder <Brion wrote:

How can I figure the y root of n for x, such as the power 6 root of 15625,
which is 5 (5^6 = 15625).

LOG(15625,5) = 6 but how do I do it the other way around, using 15625 and 6
to find 5?