Skip to content

Commit 4a59ba5

Browse files
committed
Auto-generated commit
1 parent 485da49 commit 4a59ba5

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
<details>
2929

30+
- [`8e82087`](https://github.com/stdlib-js/stdlib/commit/8e820870a43e8b649135a6f664174efc81569de6) - **docs:** update namespace table of contents [(#7261)](https://github.com/stdlib-js/stdlib/pull/7261) _(by stdlib-bot)_
31+
- [`348cca4`](https://github.com/stdlib-js/stdlib/commit/348cca418f8031d4a5d456b015fa39dfbd084972) - **docs:** add notes _(by Athan Reines)_
3032
- [`05579b9`](https://github.com/stdlib-js/stdlib/commit/05579b92d37e65644945028a3d12ba8d0b36f188) - **feat:** add `mul` to namespace _(by Athan Reines)_
3133
- [`169c8cb`](https://github.com/stdlib-js/stdlib/commit/169c8cb745f97bbb0260c82fa4f7ccc56d3b9ed7) - **feat:** add `number/uint8/base/mul` _(by Athan Reines)_
3234
- [`590e647`](https://github.com/stdlib-js/stdlib/commit/590e647bd818c098689676a4d977bc36b11bfb94) - **docs:** fix description _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
2222
Aman Bhansali <bhansali.1@iitj.ac.in>
2323
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
2424
Amit Jimiwal <amitjimiwal45@gmail.com>
25+
Annamalai Prabu <apfossdev@gmail.com>
2526
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
2627
Anshu Kumar <contact.anshukumar@protonmail.com>
2728
Anudeep Sanapala <anudeep0306@gmail.com>

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ var o = ns;
7676

7777
<div class="namespace-toc">
7878

79+
- <span class="signature">[`add( x, y )`][@stdlib/number/uint8/base/add]</span><span class="delimiter">: </span><span class="description">compute the sum of two unsigned 8-bit integers.</span>
7980
- <span class="signature">[`fromBinaryStringUint8( bstr )`][@stdlib/number/uint8/base/from-binary-string]</span><span class="delimiter">: </span><span class="description">create an unsigned 8-bit integer from a literal bit representation.</span>
81+
- <span class="signature">[`mul( x, y )`][@stdlib/number/uint8/base/mul]</span><span class="delimiter">: </span><span class="description">multiply two unsigned 8-bit integers.</span>
82+
- <span class="signature">[`sub( x, y )`][@stdlib/number/uint8/base/sub]</span><span class="delimiter">: </span><span class="description">subtract two unsigned 8-bit integers.</span>
8083
- <span class="signature">[`toBinaryStringUint8( x )`][@stdlib/number/uint8/base/to-binary-string]</span><span class="delimiter">: </span><span class="description">return a string giving the literal bit representation of an unsigned 8-bit integer.</span>
8184

8285
</div>
@@ -188,8 +191,14 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
188191

189192
<!-- <toc-links> -->
190193

194+
[@stdlib/number/uint8/base/add]: https://github.com/stdlib-js/number-uint8-base-add
195+
191196
[@stdlib/number/uint8/base/from-binary-string]: https://github.com/stdlib-js/number-uint8-base-from-binary-string
192197

198+
[@stdlib/number/uint8/base/mul]: https://github.com/stdlib-js/number-uint8-base-mul
199+
200+
[@stdlib/number/uint8/base/sub]: https://github.com/stdlib-js/number-uint8-base-sub
201+
193202
[@stdlib/number/uint8/base/to-binary-string]: https://github.com/stdlib-js/number-uint8-base-to-binary-string
194203

195204
<!-- </toc-links> -->

0 commit comments

Comments
 (0)