You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/eslint/rules/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ var eslint = rules;
157
157
- <spanclass="signature">[`jsdoc-no-shortcut-reference-link`][@stdlib/_tools/eslint/rules/jsdoc-no-shortcut-reference-link]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent shortcut Markdown reference links from being used in JSDoc descriptions.</span>
158
158
- <spanclass="signature">[`jsdoc-no-space-aligned-asterisks`][@stdlib/_tools/eslint/rules/jsdoc-no-space-aligned-asterisks]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to disallow space-aligned asterisks for JSDoc comments.</span>
159
159
- <spanclass="signature">[`jsdoc-no-table-indentation`][@stdlib/_tools/eslint/rules/jsdoc-no-table-indentation]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent unnecessary indentation of Markdown tables in JSDoc descriptions.</span>
160
-
- <spanclass="signature">[`jsdoc-no-tabs`][@stdlib/_tools/eslint/rules/jsdoc-no-tabs]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule forbidding the use of tabs in JSDoc descriptions.</span>
160
+
- <spanclass="signature">[`jsdoc-no-tabs`][@stdlib/_tools/eslint/rules/jsdoc-no-tabs]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule forbidding the use of tabs in JSDoc comments.</span>
161
161
- <spanclass="signature">[`jsdoc-no-undefined-references`][@stdlib/_tools/eslint/rules/jsdoc-no-undefined-references]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent references to undefined Markdown definitions in JSDoc descriptions.</span>
162
162
- <spanclass="signature">[`jsdoc-no-unused-definitions`][@stdlib/_tools/eslint/rules/jsdoc-no-unused-definitions]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent unused Markdown definitions in JSDoc descriptions.</span>
163
163
- <spanclass="signature">[`jsdoc-ordered-list-marker-style`][@stdlib/_tools/eslint/rules/jsdoc-ordered-list-marker-style]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce a specified Markdown ordered list marker style in JSDoc descriptions.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/ops/README.md
-3
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ The namespace contains the following functions:
54
54
- <spanclass="signature">[`imul( a, b )`][@stdlib/math/base/ops/imul]</span><spanclass="delimiter">: </span><spanclass="description">perform C-like multiplication of two signed 32-bit integers.</span>
55
55
- <spanclass="signature">[`imuldw( a, b )`][@stdlib/math/base/ops/imuldw]</span><spanclass="delimiter">: </span><spanclass="description">compute the double word product of two signed 32-bit integers.</span>
56
56
- <spanclass="signature">[`mulf( x, y )`][@stdlib/math/base/ops/mulf]</span><spanclass="delimiter">: </span><spanclass="description">multiply two single-precision floating-point numbers.</span>
57
-
- <spanclass="signature">[`sub( x, y )`][@stdlib/number/float64/base/sub]</span><spanclass="delimiter">: </span><spanclass="description">subtract two double-precision floating-point numbers.</span>
58
57
- <spanclass="signature">[`subf( x, y )`][@stdlib/math/base/ops/subf]</span><spanclass="delimiter">: </span><spanclass="description">subtract two single-precision floating-point numbers.</span>
59
58
- <spanclass="signature">[`umul( a, b )`][@stdlib/math/base/ops/umul]</span><spanclass="delimiter">: </span><spanclass="description">perform C-like multiplication of two unsigned 32-bit integers.</span>
60
59
- <spanclass="signature">[`umuldw( a, b )`][@stdlib/math/base/ops/umuldw]</span><spanclass="delimiter">: </span><spanclass="description">compute the double word product of two unsigned 32-bit integers.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/README.md
-3
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,6 @@ The namespace contains the following statistical functions:
68
68
- <spanclass="signature">[`dmeanstdevpn( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.</span>
69
69
- <spanclass="signature">[`dmeanvar( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanvar]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mean and variance of a double-precision floating-point strided array.</span>
70
70
- <spanclass="signature">[`dmeanvarpn( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanvarpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.</span>
71
-
- <spanclass="signature">[`dminsorted( N, x, strideX )`][@stdlib/stats/strided/dminsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a sorted double-precision floating-point strided array.</span>
72
71
- <spanclass="signature">[`dmskmax( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/dmskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a double-precision floating-point strided array according to a mask.</span>
73
72
- <spanclass="signature">[`dmskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/dmskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a double-precision floating-point strided array according to a mask.</span>
74
73
- <spanclass="signature">[`dmskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/dmskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a double-precision floating-point strided array according to a mask.</span>
0 commit comments