Trait num_traits::ops::mul_add::MulAddAssign   [−][src]
pub trait MulAddAssign<A = Self, B = Self> {
    fn mul_add_assign(&mut self, a: A, b: B);
}Expand description
The fused multiply-add assignment operation.
Required methods
fn mul_add_assign(&mut self, a: A, b: B)
[src]
fn mul_add_assign(&mut self, a: A, b: B)
[src]Performs the fused multiply-add operation.