Trait acme_core::ops::unary::Recip

source ·
pub trait Recip {
    type Output;

    // Required method
    fn recip(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn recip(self) -> Self::Output

Implementors§

source§

impl<T> Recip for T
where T: Inv,

§

type Output = <T as Inv>::Output