We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cde749 commit 953cc74Copy full SHA for 953cc74
doc/go1.14.html
@@ -225,12 +225,11 @@ <h2 id="library">Core library</h2>
225
<dl id="math"><dt><a href="/pkg/math/">math</a></dt>
226
<dd>
227
<p><!-- CL 127458 -->
228
- The new <a href="/pkg/math/#Fma"><code>Fma</code></a> function
+ The new <a href="/pkg/math/#FMA"><code>FMA</code></a> function
229
computes <code>x*y+z</code> in floating point with no
230
intermediate rounding of the <code>x*y</code>
231
computation. Several architectures implement this computation
232
- using dedicated hardware instructions for additional
233
- performance.
+ using dedicated hardware instructions for additional performance.
234
</p>
235
236
</dl><!-- math -->
0 commit comments