File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/node_modules/@stdlib/stats/base/nanrange-by/lib Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2020 The Stdlib Authors.
4+ * Copyright (c) 2025 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ var accessors = require( './accessors.js' );
3131* Computes the range of a strided array via a callback function, ignoring `NaN` values.
3232*
3333* @param {PositiveInteger } N - number of indexed elements
34- * @param {Collection } x - input array/collection
35- * @param {integer } strideX - index increment
34+ * @param {Collection } x - input array
35+ * @param {integer } strideX - stride length
3636* @param {NonNegativeInteger } offsetX - starting index
3737* @param {Callback } clbk - callback
3838* @param {* } [thisArg] - execution context
You can’t perform that action at this time.
0 commit comments