How to know if the mth root of n is an integer?

76 Views Asked by At

If n can be represented in binary as a x bit integer, is there any algorithm such that we can determine if the mth root of n is an integer in time polynomial of x ?

1

There are 1 best solutions below

0
On BEST ANSWER