Skip to content

Commit 41d00f4

Browse files
authored
docs: add links
PR-URL: #12824 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 1bf66f9 commit 41d00f4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/node_modules/@stdlib/number/float16/base/mul/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# mul
2222

23-
> Multiply two half-precision floating-point numbers.
23+
> Multiply two [half-precision floating-point numbers][ieee754].
2424
2525
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
2626

@@ -108,6 +108,8 @@ logEachMap( '%d x %d = %d', x, y, mul );
108108

109109
<section class="links">
110110

111+
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
112+
111113
</section>
112114

113115
<!-- /.links -->

lib/node_modules/@stdlib/number/float16/base/sub/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# sub
2222

23-
> Subtract two half-precision floating-point numbers.
23+
> Subtract two [half-precision floating-point numbers][ieee754].
2424
2525
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
2626

@@ -110,6 +110,8 @@ logEachMap( 'x: %f, y: %f => %f', x, y, sub );
110110

111111
<section class="links">
112112

113+
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
114+
113115
</section>
114116

115117
<!-- /.links -->

0 commit comments

Comments
 (0)