[back] [prev] [next] [index] [root]

 


JacobiSymbol

Returns the Jacobi symbol of two integers.

Syntax:

y := JacobiSymbol(n, m);

integer
  n  
integer
  m  

Description:

no detailed description available yet


Example:


kash> JacobiSymbol(1000, 17);
> -1


<- back[back] [prev] [next] [index] [root]