Modulo Exponentiation

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public BigInteger modPow(
	BigInteger exp,
	BigInteger n
)
Visual Basic
Public Function modPow ( 
	exp As BigInteger,
	n As BigInteger
) As BigInteger
Visual C++
public:
BigInteger^ modPow(
	BigInteger^ exp, 
	BigInteger^ n
)
F#
member modPow : 
        exp : BigInteger * 
        n : BigInteger -> BigInteger 

Return Value

Type: BigInteger

See Also