From 1c620a8eb77ec711a6d1ec9ebe51c67830bb73f4 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 25 Feb 2024 10:44:45 +0000 Subject: [PATCH] Auto-generated commit --- CONTRIBUTORS | 1 + complex128/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a0849169..72675add 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -32,6 +32,7 @@ Naresh Jagadeesan Nithin Katta <88046362+nithinkatta@users.noreply.github.com> Ognjen Jevremović Philipp Burckhardt +Prajwal Kulkarni Pranav Goswami Ricky Reusser Robert Gislason diff --git a/complex128/README.md b/complex128/README.md index 107be45e..6871db6f 100644 --- a/complex128/README.md +++ b/complex128/README.md @@ -1655,7 +1655,7 @@ The reducer function is provided four arguments: - **arr**: the array on which this method was called. 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. - + ```javascript var real = require( '@stdlib/complex/real' );