[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Performs modulus division on a number raised to the power of another number. [Property] Value=Sets the number to raise to the exponent power. ARG(BigInteger)|20|(empty)|BigInteger Exponent=Sets the exponent to raise value by. ARG(BigInteger)|20|(empty)|BigInteger Modulus=Sets the number by which to divide value raised to the exponent power. ARG(BigInteger)|20|(empty)|BigInteger [Methods] doModPow=Performs modulus division on a number raised to the power of another number. ARG(BigInteger Value, BigInteger Exponent, BigInteger Modulus)|1|0 onResult=Returns the remainder. ARG(BigInteger)|2|0 Result=Returns the result. ARG(BigInteger)|3|0 Value=Defines the number to raise to the exponent power. ARG(BigInteger)|4|0 Exponent=Defines the exponent to raise value by. ARG(BigInteger)|4|0 Modulus=Defines the number by which to divide value raised to the exponent power. ARG(BigInteger)|4|0