Skip to content

Commit 6a61af4

Browse files
Merge branch 'stat/cumax' of https://github.com/vivekmaurya001/stdlib into stat/cumax
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: passed ---
2 parents 25ec2d8 + 44327d1 commit 6a61af4

File tree

1 file changed

+0
-14
lines changed
  • lib/node_modules/@stdlib/stats/base/cumax

1 file changed

+0
-14
lines changed

lib/node_modules/@stdlib/stats/base/cumax/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,6 @@ console.log( y );
163163

164164
<section class="related">
165165

166-
* * *
167-
168-
## See Also
169-
170-
- <span class="package-name">[`@stdlib/stats/base/cumin`][@stdlib/stats/base/cumin]</span><span class="delimiter">: </span><span class="description">calculate the cumulative minimum of a strided array.</span>
171-
- <span class="package-name">[`@stdlib/stats/strided/dcumax`][@stdlib/stats/strided/dcumax]</span><span class="delimiter">: </span><span class="description">calculate the cumulative maximum of double-precision floating-point strided array elements.</span>
172-
- <span class="package-name">[`@stdlib/stats/base/scumax`][@stdlib/stats/base/scumax]</span><span class="delimiter">: </span><span class="description">calculate the cumulative maximum of single-precision floating-point strided array elements.</span>
173-
174166
</section>
175167

176168
<!-- /.related -->
@@ -185,12 +177,6 @@ console.log( y );
185177

186178
<!-- <related-links> -->
187179

188-
[@stdlib/stats/base/cumin]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/cumin
189-
190-
[@stdlib/stats/strided/dcumax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/dcumax
191-
192-
[@stdlib/stats/base/scumax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/scumax
193-
194180
<!-- </related-links> -->
195181

196182
</section>

0 commit comments

Comments
 (0)