Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions lib/node_modules/@stdlib/assert/is-nonnegative-finite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ bool = isNonNegativeFinite( null );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/assert/is-finite`][@stdlib/assert/is-finite]</span><span class="delimiter">: </span><span class="description">test if a value is a finite number.</span>
- <span class="package-name">[`@stdlib/assert/is-nonnegative-number`][@stdlib/assert/is-nonnegative-number]</span><span class="delimiter">: </span><span class="description">test if a value is a number having a nonnegative value.</span>
- <span class="package-name">[`@stdlib/assert/is-number`][@stdlib/assert/is-number]</span><span class="delimiter">: </span><span class="description">test if a value is a number.</span>

</section>

<!-- /.related -->
Expand All @@ -150,6 +158,16 @@ bool = isNonNegativeFinite( null );

<section class="links">

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

[@stdlib/assert/is-finite]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-finite

[@stdlib/assert/is-nonnegative-number]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonnegative-number

[@stdlib/assert/is-number]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-number

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

</section>

<!-- /.links -->
12 changes: 12 additions & 0 deletions lib/node_modules/@stdlib/constants/float32/nan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ Macro for [single-precision floating-point][ieee754] NaN.

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/constants/float64/nan`][@stdlib/constants/float64/nan]</span><span class="delimiter">: </span><span class="description">double-precision floating-point NaN.</span>

</section>

<!-- /.related -->
Expand All @@ -130,6 +136,12 @@ Macro for [single-precision floating-point][ieee754] NaN.

[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985

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

[@stdlib/constants/float64/nan]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/nan

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

</section>

<!-- /.links -->
2 changes: 0 additions & 2 deletions lib/node_modules/@stdlib/utils/any-own-by/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ bool = anyOwnBy( obj, threshold );

<section class="related">


</section>

<!-- /.related -->
Expand All @@ -198,7 +197,6 @@ bool = anyOwnBy( obj, threshold );

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


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

</section>
Expand Down