pell-equation 0.3.1

solve Pell's equation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pell-equation"
version = "0.3.1"
authors = ["Toru3 <ryuutet@gmail.com>"]
edition = "2021"
description = "solve Pell's equation"
repository = "https://gitlab.com/Toru3/pell-equation"
license = "AGPL-3.0-or-later"
rust-version = "1.84"
categories = ["mathematics"]
keywords = ["Pell", "equation", "continued", "fraction"]

[dependencies]
rug = { version = "1.27.0", default-features = false, features = ["integer"] }
thiserror = "2.0.12"