Skip to content

Commit f29c86f

Browse files
committed
remove reference and add note
1 parent 701b388 commit f29c86f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ndarray/scusumors

lib/node_modules/@stdlib/blas/ext/base/ndarray/scusumors/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The function has the following parameters:
7777
## Notes
7878

7979
- If provided an empty one-dimensional input ndarray, the function returns the output ndarray unchanged.
80+
- Ordinary recursive summation (i.e., a "simple" sum) is performant, but can incur significant numerical error. If performance is paramount and error tolerated, using ordinary recursive summation is acceptable; in all other cases, exercise due caution.
8081

8182
</section>
8283

@@ -119,10 +120,6 @@ console.log( ndarray2array( v ) );
119120

120121
<section class="references">
121122

122-
## References
123-
124-
- Shewchuk, Jonathan Richard. 1997. "Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric Predicates." _Discrete & Computational Geometry_ 18 (3): 305–63. doi:[10.1007/pl00009321][@shewchuk:1997a].
125-
126123
</section>
127124

128125
<!-- /.references -->
@@ -139,8 +136,6 @@ console.log( ndarray2array( v ) );
139136

140137
<section class="links">
141138

142-
[@shewchuk:1997a]: https://doi.org/10.1007/pl00009321
143-
144139
</section>
145140

146141
<!-- /.links -->

0 commit comments

Comments
 (0)