Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 9, 2023
1 parent bae2cff commit 75eff88
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@ for ( i = 0; i < dt.length; i++ ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/math-strided/special/ceil`][@stdlib/math/strided/special/ceil]</span><span class="delimiter">: </span><span class="description">round each element in a strided array toward positive infinity.</span>
- <span class="package-name">[`@stdlib/math-strided/special/dfloor`][@stdlib/math/strided/special/dfloor]</span><span class="delimiter">: </span><span class="description">round each element in a double-precision floating-point strided array toward negative infinity.</span>
- <span class="package-name">[`@stdlib/math-strided/special/trunc`][@stdlib/math/strided/special/trunc]</span><span class="delimiter">: </span><span class="description">round each element in a strided array toward zero.</span>
- <span class="package-name">[`@stdlib/math-strided/special/sfloor`][@stdlib/math/strided/special/sfloor]</span><span class="delimiter">: </span><span class="description">round each element in a single-precision floating-point strided array toward negative infinity.</span>

</section>

<!-- /.related -->
Expand Down Expand Up @@ -278,6 +287,18 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].

[@stdlib/strided/dtypes]: https://github.com/stdlib-js/strided-dtypes

<!-- <related-links> -->

[@stdlib/math/strided/special/ceil]: https://github.com/stdlib-js/math-strided-special-ceil

[@stdlib/math/strided/special/dfloor]: https://github.com/stdlib-js/math-strided-special-dfloor

[@stdlib/math/strided/special/trunc]: https://github.com/stdlib-js/math-strided-special-trunc

[@stdlib/math/strided/special/sfloor]: https://github.com/stdlib-js/math-strided-special-sfloor

<!-- </related-links> -->

</section>

<!-- /.links -->
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@stdlib/strided-dispatch": "^0.1.1",
"@stdlib/strided-dtypes": "^0.1.0",
"@stdlib/strided-napi-unary": "^0.1.0",
"@stdlib/types": "^0.1.0",
"@stdlib/types": "^0.2.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
"@stdlib/utils-library-manifest": "^0.1.1",
"@stdlib/utils-try-require": "^0.1.1"
Expand All @@ -63,7 +63,7 @@
"@stdlib/array-float64": "^0.1.1",
"@stdlib/array-uint8": "^0.1.1",
"@stdlib/assert-is-browser": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/bench": "^0.2.0",
"@stdlib/fs-write-file": "^0.1.1",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-special-pow": "^0.1.0",
Expand Down

0 comments on commit 75eff88

Please sign in to comment.