Currently Julia has isqrt for the integer floor of the square root of an integer. We propose adding iroot to both AbstractAlgebra and Nemo to give the floor of the integer root of its input, as we are going to make root raise an exception if the root is not exact.