[][src]Trait doubled::MulAsDoubled

pub trait MulAsDoubled: Sized {
    fn mul_as_doubled(self, other: Self) -> Doubled<Self>;
}

Required methods

fn mul_as_doubled(self, other: Self) -> Doubled<Self>

Loading content...

Implementors

impl MulAsDoubled for f32[src]

impl MulAsDoubled for f64[src]

Loading content...