Skip to content

Commit 953cc74

Browse files
committed
doc: document new math.Fma function
This accidentally got committed - please review the whole paragraph as if it was new. Change-Id: I98e1db4670634c6e792d26201ce0cd329a6928b6 Reviewed-on: https://go-review.googlesource.com/c/go/+/202579 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 4cde749 commit 953cc74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/go1.14.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,11 @@ <h2 id="library">Core library</h2>
225225
<dl id="math"><dt><a href="/pkg/math/">math</a></dt>
226226
<dd>
227227
<p><!-- CL 127458 -->
228-
The new <a href="/pkg/math/#Fma"><code>Fma</code></a> function
228+
The new <a href="/pkg/math/#FMA"><code>FMA</code></a> function
229229
computes <code>x*y+z</code> in floating point with no
230230
intermediate rounding of the <code>x*y</code>
231231
computation. Several architectures implement this computation
232-
using dedicated hardware instructions for additional
233-
performance.
232+
using dedicated hardware instructions for additional performance.
234233
</p>
235234

236235
</dl><!-- math -->

0 commit comments

Comments
 (0)