aoc
2023.12.25
Signed
Math
Ops
Required Methods
mod_inv
Implementors
In aoc::
util::
math
Trait
aoc
::
util
::
math
::
SignedMathOps
Copy item path
source
·
[
−
]
pub trait SignedMathOps<T:
Signed
<T>> { // Required method fn
mod_inv
(self, m: T) -> T; }
Required Methods
§
source
fn
mod_inv
(self, m: T) -> T
Implementors
§
source
§
impl<T:
Signed
<T>>
SignedMathOps
<T> for T