Toru3 / squfof

This is MIRROR. There is the main repository in GitLab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shanks's square forms factorization

example

use squfof::square_form_factorization;
let n = 991 * 997;
let f = square_form_factorization(n).unwrap();
assert!(f == 991 || f == 997);

Licence

AGPL-3.0-or-later

About

This is MIRROR. There is the main repository in GitLab.


Languages

Language:Rust 100.0%