1 line
No EOL
317 B
JavaScript
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."]]}); |