jacobi_symbol
Compute the Jacobi symbol (a/n) for odd integers n to determine quadratic residue properties in modular arithmetic.
Instructions
Compute Jacobi symbol (a/n) for odd n. (Domain: arithmetic, Category: modular_arithmetic)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| n | Yes |