Trait automatica::Inv
source · pub trait Inv {
type Output;
// Required method
fn inv(self) -> Self::Output;
}
Expand description
Multiplicative inversion of a number trait
pub trait Inv {
type Output;
// Required method
fn inv(self) -> Self::Output;
}
Multiplicative inversion of a number trait