Crates.io | nyar_prime |
lib.rs | nyar_prime |
version | 0.1.0 |
source | src |
created_at | 2019-07-22 12:21:43.264195 |
updated_at | 2019-07-25 11:31:59.155787 |
description | Prime lib for Nyar |
homepage | |
repository | https://github.com/nyar-lang/nyar-prime |
max_upload_size | |
id | 150759 |
size | 62,270 |
All based on bigint, but some support both i32
, i64
and bigint
.
is_fermat_prime
Check if an integer is a Fermat prime number.
is_mersenne_prime
( with shared global cache)