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