Skip to main content

fmla

Function fmla 

Source
pub(crate) fn fmla<T: Copy + Mul<T, Output = T> + Add<T, Output = T> + MulAdd<T, Output = T>>(
    a: T,
    b: T,
    acc: T,
) -> T