☰
MillerRabin
Required Methods
is_prime
Implementations on Foreign Types
u16
u32
u64
u8
Implementors
In nekolib::math
?
Trait
nekolib
::
math
::
MillerRabin
source
·
[
−
]
pub trait MillerRabin { // Required method fn
is_prime
(self) ->
bool
; }
Required Methods
§
source
fn
is_prime
(self) ->
bool
Implementations on Foreign Types
§
source
§
impl
MillerRabin
for
u32
source
§
fn
is_prime
(self) ->
bool
source
§
impl
MillerRabin
for
u16
source
§
fn
is_prime
(self) ->
bool
source
§
impl
MillerRabin
for
u64
source
§
fn
is_prime
(self) ->
bool
source
§
impl
MillerRabin
for
u8
source
§
fn
is_prime
(self) ->
bool
Implementors
§