8000 Auto-generated commit · stdlib-js/array-complex128@b9afa79 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9afa79

Browse files
committed
Auto-generated commit
1 parent 4ed64cf commit b9afa79

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Naresh Jagadeesan <naresh.naresh000@gmail.com>
3232
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
3333
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
3434
Philipp Burckhardt <pburckhardt@outlook.com>
35+
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
3536
Pranav Goswami <goswami.4@iitj.ac.in>
3637
Ricky Reusser <rsreusser@gmail.com>
3738
Robert Gislason <gztown2216@yahoo.com>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ The reducer function is provided four arguments:
16881688
- **arr**: the array on which this method was called.
16891689

16901690
By default, the function initializes the accumulated result to the first element in the array and passes the second array element as `value` during the first invocation of the provided callback. To begin accumulation from a different starting value and pass in the first array element as `value` during the first invocation of the provided callback, provide an `initialValue` argument.
1691-
1691+
16921692
```javascript
16931693
var real = require( '@stdlib/complex-real' );
16941694

0 commit comments

Comments
 (0)
0