File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
lib/node_modules/@stdlib/stats/incr/nanmeanabs Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -130,4 +130,14 @@ console.log( accumulator() );
130130
131131</section >
132132
133+ <!-- /.related -->
134+
135+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
136+
137+ <section class =" links " >
138+
139+ [ arithmetic-mean ] : https://en.wikipedia.org/wiki/Arithmetic_mean
140+
141+ </section >
142+
133143<!-- /.links -->
Original file line number Diff line number Diff line change 2020
2121// MODULES //
2222
23-
2423var isnan = require ( '@stdlib/math/base/assert/is-nan' ) ;
2524var abs = require ( '@stdlib/math/base/special/abs' ) ;
26- var incrnanmeanabs = require ( './../lib' ) ;
2725var tape = require ( 'tape' ) ;
26+ var incrnanmeanabs = require ( './../lib' ) ;
2827
2928
3029// TESTS //
You can’t perform that action at this time.
0 commit comments