Skip to main content
MillerRabin
nekolib
0.1.0
Miller
Rabin
Required Methods
is_prime
Implementations on Foreign Types
u8
u16
u32
u64
Implementors
In nekolib::
math::
miller_
rabin
nekolib
::
math
::
miller_rabin
Trait
Miller
Rabin
Copy item path
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
u8
Source
§
fn
is_prime
(self) ->
bool
Source
§
impl
MillerRabin
for
u16
Source
§
fn
is_prime
(self) ->
bool
Source
§
impl
MillerRabin
for
u32
Source
§
fn
is_prime
(self) ->
bool
Source
§
impl
MillerRabin
for
u64
Source
§
fn
is_prime
(self) ->
bool
Implementors
§