quadratic 0.2.0

Computes the Legendre and Jacobi symbols for integers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "quadratic"
version = "0.2.0"
authors = ["clux <analsandblaster@gmail.com>"]
homepage = "https://github.com/clux/quadratic"
repository = "https://github.com/clux/quadratic"
license = "MIT"
keywords = ["math", "legendre", "symbol", "reciprocity"]
description = """
Computes the Legendre and Jacobi symbols for integers
"""

[dependencies]
num = "0.1.31"