I need to narrow the range (minimum/maximum) to search for a root given the base and the power, the values are all integers, the base can be very large relative to an always positive power. Is there a quick way to determine the order of the root using the relative sizes and values of the base and the power?
E.g.: what would the order of the 11th root of 34567887654323456780987634567895 be?
This answer is a bit too complex for my needs: