mentat/docs/apis/rust/num_traits/ops/mul_add/sidebar-items.js
2018-06-22 12:08:32 +01:00

1 line
No EOL
317 B
JavaScript

initSidebarItems({"trait":[["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."]]});