Skip to content

Commit e5c1670

Browse files
committed
Auto-generated commit
1 parent 1d101a1 commit e5c1670

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,7 @@ A total of 7 people contributed to this release. Thank you to the following cont
999999

10001000
<details>
10011001

1002+
- [`d6437f7`](https://github.com/stdlib-js/stdlib/commit/d6437f72ff5f7b0b08c531e25826651f28757143) - **docs:** fix example _(by Athan Reines)_
10021003
- [`ea0fc20`](https://github.com/stdlib-js/stdlib/commit/ea0fc20c91111d85cc32c9d38bd7ce7a70b825f8) - **chore:** fix EditorConfig lint error [(#6135)](https://github.com/stdlib-js/stdlib/pull/6135) _(by Bhavishy Agrawal, Athan Reines)_
10031004
- [`b6a6575`](https://github.com/stdlib-js/stdlib/commit/b6a657548d4e7beacc37f26e7f49c77ae3ea2f0b) - **chore:** fix EditorConfig lint errors [(#6057)](https://github.com/stdlib-js/stdlib/pull/6057) _(by Kaushikgtm)_
10041005
- [`45a92db`](https://github.com/stdlib-js/stdlib/commit/45a92dba41673fda4e01deb4cfc74e7bcb28d50b) - **bench:** fix require expression _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Aadish Jain <jain.aadishj@gmail.com>
66
Aayush Khanna <aayushiitbhu23@gmail.com>
77
Abdelrahman Samir <60700731+abdelrahman04@users.noreply.github.com>
8+
Abdul Kaium <97376242+impawstarlight@users.noreply.github.com>
89
Abhay Punia <156515195+Hecker165@users.noreply.github.com>
910
Abhijit Raut <abhijitmraut8010@gmail.com>
1011
Abhishek Jain <40913033+abhishekblue@users.noreply.github.com>
@@ -25,6 +26,7 @@ Anshu Kumar <contact.anshukumar@protonmail.com>
2526
Anudeep Sanapala <anudeep0306@gmail.com>
2627
Athan Reines <kgryte@gmail.com>
2728
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
29+
Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
2830
Brendan Graetz <bguiz@users.noreply.github.com>
2931
Bruno Fenzl <brunofenzl@gmail.com>
3032
Bryan Elee <rxbryn@gmail.com>
@@ -62,7 +64,7 @@ Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
6264
Jaison D Souza <123267719+jsndz@users.noreply.github.com>
6365
Jalaj Kumar <142599224+jalajk3004@users.noreply.github.com>
6466
James Gelok <jdgelok@gmail.com>
65-
JaySoni1 <jaygsoni14@gmail.com>
67+
Jay Soni <jaygsoni14@gmail.com>
6668
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
6769
Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
6870
Jithin KS <jithinks112@gmail.com>
@@ -111,6 +113,7 @@ Priyansh Prajapati <88396544+itsspriyansh@users.noreply.github.com>
111113
Priyanshu Agarwal <113460573+AgPriyanshu18@users.noreply.github.com>
112114
Pulkit Gupta <65711278+pulkitgupta2@users.noreply.github.com>
113115
Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
116+
Rahul Kumar <132570066+rahulptl165@users.noreply.github.com>
114117
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
115118
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
116119
Ricky Reusser <rsreusser@gmail.com>
@@ -125,6 +128,7 @@ Ryan Seal <splrk@users.noreply.github.com>
125128
Rylan Yang <137365285+rylany27@users.noreply.github.com>
126129
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
127130
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
131+
Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>
128132
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
129133
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
130134
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
@@ -165,4 +169,3 @@ pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
165169
rahulrangers <127782777+rahulrangers@users.noreply.github.com>
166170
rainn <88160429+AmCodesLame@users.noreply.github.com>
167171
rei2hu <reimu@reimu.ws>
168-
satansin123 <122982233+satansin123@users.noreply.github.com>

base/nullary/lib/7d_accessors.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
* @example
4141
* var Complex64Array = require( '@stdlib/array/complex64' );
4242
* var Complex64 = require( '@stdlib/complex/float32/ctor' );
43-
* var real = require( '@stdlib/complex/float64/real' );
44-
* var imag = require( '@stdlib/complex/float64/imag' );
43+
* var realf = require( '@stdlib/complex/float32/real' );
44+
* var imagf = require( '@stdlib/complex/float32/imag' );
4545
*
4646
* function fcn() {
4747
* return new Complex64( 10.0, -10.0 );
@@ -84,10 +84,10 @@
8484
*
8585
* var v = x.data.get( 0 );
8686
*
87-
* var re = real( v );
87+
* var re = realf( v );
8888
* // returns 10.0
8989
*
90-
* var im = imag( v );
90+
* var im = imagf( v );
9191
* // returns -10.0
9292
*/
9393
function nullary7d( x, fcn ) {

0 commit comments

Comments
 (0)