Skip to content

Commit 86d5fea

Browse files
authored
docs: update namespace table of contents
PR-URL: #5245 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 579b628 commit 86d5fea

File tree

1 file changed

+0
-3
lines changed
  • lib/node_modules/@stdlib/math/base/ops

1 file changed

+0
-3
lines changed

lib/node_modules/@stdlib/math/base/ops/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ The namespace contains the following functions:
4545

4646
<div class="namespace-toc">
4747

48-
- <span class="signature">[`add5( x, y, z, w, u )`][@stdlib/number/float64/base/add5]</span><span class="delimiter">: </span><span class="description">compute the sum of five double-precision floating-point numbers.</span>
4948
- <span class="signature">[`addf( x, y )`][@stdlib/math/base/ops/addf]</span><span class="delimiter">: </span><span class="description">compute the sum of two single-precision floating-point numbers.</span>
5049
- <span class="signature">[`cdiv( z1, z2 )`][@stdlib/math/base/ops/cdiv]</span><span class="delimiter">: </span><span class="description">divide two double-precision complex floating-point numbers.</span>
5150
- <span class="signature">[`cneg( z )`][@stdlib/math/base/ops/cneg]</span><span class="delimiter">: </span><span class="description">negate a double-precision complex floating-point number.</span>
@@ -133,8 +132,6 @@ console.log( ns.imuldw( 0x80000000|0, 0x40000000|0 ) );
133132

134133
<!-- <toc-links> -->
135134

136-
[@stdlib/number/float64/base/add5]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/add5
137-
138135
[@stdlib/math/base/ops/addf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/addf
139136

140137
[@stdlib/math/base/ops/cdiv]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cdiv

0 commit comments

Comments
 (0)