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
8 changes: 8 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/cceilf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ int main( void ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/math/base/special/cceil`][@stdlib/math/base/special/cceil]</span><span class="delimiter">: </span><span class="description">round each component of a double-precision complex floating-point number toward positive infinity.</span>

</section>

<!-- /.related -->
Expand All @@ -203,6 +209,8 @@ int main( void ) {

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

[@stdlib/math/base/special/cceil]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceil

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

</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ double stdlib_base_dists_erlang_variance( const int32_t k, const double lambda )

</section>


<!-- /.usage -->

<!-- C API usage notes. Make sure to keep an empty line after the `section`
Expand Down