Skip to content

Commit 306ce69

Browse files
fix: eslint max-len
1 parent 952bf78 commit 306ce69

File tree

1 file changed

+4
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dnanmeanors

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ The function has the following parameters:
7272

7373
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to compute the [arithmetic mean][arithmetic-mean] of every other element in `x`,
7474

75+
<!-- eslint-disable max-len -->
76+
7577
```javascript
7678
var Float64Array = require( '@stdlib/array/float64' );
7779

@@ -114,6 +116,8 @@ The function has the following additional parameters:
114116

115117
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index. For example, to calculate the [arithmetic mean][arithmetic-mean] for every other element in `x` starting from the second element
116118

119+
<!-- eslint-disable max-len -->
120+
117121
```javascript
118122
var Float64Array = require( '@stdlib/array/float64' );
119123

0 commit comments

Comments
 (0)