Module num_traits::ops::mul_add
[−]
[src]
Traits
MulAdd |
The fused multiply-add operation. Computes (self * a) + b with only one rounding error. This produces a more accurate result with better performance than a separate multiplication operation followed by an add. |
MulAddAssign |
The fused multiply-add assignment operation. |