Skip to content

Commit 581990a

Browse files
committed
Auto-generated commit
1 parent 3fa6d74 commit 581990a

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ A total of 10 people contributed to this release. Thank you to the following con
594594

595595
<details>
596596

597+
- [`0a8192d`](https://github.com/stdlib-js/stdlib/commit/0a8192d68506a2abf4c3e52e1af9f1510e1660b4) - **docs:** update related packages sections [(#3370)](https://github.com/stdlib-js/stdlib/pull/3370) _(by stdlib-bot)_
597598
- [`7e8187a`](https://github.com/stdlib-js/stdlib/commit/7e8187a766886c2fb9cdc356cf781f0a1802172c) - **docs:** update related packages sections [(#3368)](https://github.com/stdlib-js/stdlib/pull/3368) _(by stdlib-bot)_
598599
- [`1d10ce5`](https://github.com/stdlib-js/stdlib/commit/1d10ce5163bb06f0b93f6dc0ef9697a8336054c2) - **feat:** add `includes` method to `array/fixed-endian-factory` [(#3283)](https://github.com/stdlib-js/stdlib/pull/3283) _(by Ahmed Kashkoush, Athan Reines, Muhammad Haris)_
599600
- [`e5d32c5`](https://github.com/stdlib-js/stdlib/commit/e5d32c53f8f552fae4d672c8750619a59ce078ac) - **chore:** minor clean-up _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Krishnendu Das <[email protected]>
5252
Kshitij-Dale <[email protected]>
5353
5454
Manik Sharma <[email protected]>
55+
Manvith M <[email protected]>
5556
Marcus Fantham <[email protected]>
5657
Matt Cochrane <[email protected]>
5758
Mihir Pandit <[email protected]>

little-endian-float64/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,14 @@ logEach( '%s', out );
417417

418418
<section class="related">
419419

420+
* * *
421+
422+
## See Also
423+
424+
- <span class="package-name">[`@stdlib/array/fixed-endian-float64`][@stdlib/array/fixed-endian-float64]</span><span class="delimiter">: </span><span class="description">Float64Array having a specified byte order.</span>
425+
- <span class="package-name">[`@stdlib/array/float64`][@stdlib/array/float64]</span><span class="delimiter">: </span><span class="description">Float64Array.</span>
426+
- <span class="package-name">[`@stdlib/array/little-endian-float32`][@stdlib/array/little-endian-float32]</span><span class="delimiter">: </span><span class="description">Float32Array in little-endian byte order.</span>
427+
420428
</section>
421429

422430
<!-- /.related -->
@@ -433,6 +441,14 @@ logEach( '%s', out );
433441

434442
[@stdlib/array/float64]: https://github.com/stdlib-js/array/tree/main/float64
435443

444+
<!-- <related-links> -->
445+
446+
[@stdlib/array/fixed-endian-float64]: https://github.com/stdlib-js/array/tree/main/fixed-endian-float64
447+
448+
[@stdlib/array/little-endian-float32]: https://github.com/stdlib-js/array/tree/main/little-endian-float32
449+
450+
<!-- </related-links> -->
451+
436452
</section>
437453

438454
<!-- /.links -->

0 commit comments

Comments
 (0)