Computes the Jacobi Symbol for a and b.

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

Syntax

C#
public static int Jacobi(
	BigInteger a,
	BigInteger b
)
Visual Basic
Public Shared Function Jacobi ( 
	a As BigInteger,
	b As BigInteger
) As Integer
Visual C++
public:
static int Jacobi(
	BigInteger^ a, 
	BigInteger^ b
)
F#
static member Jacobi : 
        a : BigInteger * 
        b : BigInteger -> int 

Return Value

Type: Int32

See Also