Trait fma::Fma [] [src]

pub trait Fma {
    fn fma(a: Self, b: Self, c: Self) -> Self;
}

Required Methods

Implementations on Foreign Types

impl Fma for f64
[src]

[src]

impl Fma for f32
[src]

[src]

Implementors