'Declaration Public Function modPow( _ ByVal exp As BigInteger, _ ByVal n As BigInteger _ ) As BigInteger
'Usage Dim instance As BigInteger Dim exp As BigInteger Dim n As BigInteger Dim value As BigInteger value = instance.modPow(exp, n)
public BigInteger modPow( BigInteger exp, BigInteger n )
Parameters
- exp
- n