kroneckerSymbol(_:)

Kronecker symbol - BInt version. If m is positive and odd, this is also the Jacobi symbol

BigInt.swift:2411
func kroneckerSymbol(_ m: BInt) -> Int

Parameters

m

An integer value

Returns

The Kronecker symbol of self and m: -1, 0, or 1