Returns a BigInteger whose value is (thisexponent mod m). (Unlike {@code pow}, this method permits negative exponents.)
@param exponent the exponent.
@param m the modulus.
@return thisexponent mod m
@throws ArithmeticException {@code m <= 0}
@see #modInverse
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.