Skip to content

Commit 670e7a8

Browse files
committed
docs: update related packages sections
1 parent 06a5afb commit 670e7a8

File tree

2 files changed

+8
-1
lines changed
  • lib/node_modules/@stdlib

2 files changed

+8
-1
lines changed

lib/node_modules/@stdlib/math/base/special/cceilf/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ int main( void ) {
193193

194194
<section class="related">
195195

196+
* * *
197+
198+
## See Also
199+
200+
- <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>
201+
196202
</section>
197203

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

204210
<!-- <related-links> -->
205211

212+
[@stdlib/math/base/special/cceil]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceil
213+
206214
<!-- </related-links> -->
207215

208216
</section>

lib/node_modules/@stdlib/stats/base/dists/erlang/variance/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ double stdlib_base_dists_erlang_variance( const int32_t k, const double lambda )
189189
190190
</section>
191191
192-
193192
<!-- /.usage -->
194193
195194
<!-- C API usage notes. Make sure to keep an empty line after the `section`

0 commit comments

Comments
 (0)