Skip to content

Commit 5004aa1

Browse files
committed
Auto-generated commit
1 parent 66b773c commit 5004aa1

File tree

9 files changed

+74
-22
lines changed

9 files changed

+74
-22
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/avercos) of the main repository where we’ll review and provide feedback.
44

5-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
66

77
We look forward to receiving your contribution! :smiley:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-12-23)
7+
## Unreleased (2025-03-21)
88

99
<section class="reverts">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`850472b`](https://github.com/stdlib-js/stdlib/commit/850472b35f4cf47cab44047acd94a9120d6d5b77) - **docs:** replace manual `for` loop in examples [(#6182)](https://github.com/stdlib-js/stdlib/pull/6182) _(by Karan Anand)_
2526
- [`c13062e`](https://github.com/stdlib-js/stdlib/commit/c13062e5b90cbe28ec62f0b690211bd14b626cf3) - **style:** update to use tabs for indentation _(by Philipp Burckhardt)_
2627
- [`f13ddb2`](https://github.com/stdlib-js/stdlib/commit/f13ddb2eb01e5520b6fa98634bbf9de76793036f) - **style:** use spaces for alignment in C comments _(by Philipp Burckhardt)_
2728
- [`ff25e13`](https://github.com/stdlib-js/stdlib/commit/ff25e1324e1507cc076078e82badce7fdf7915f6) - **docs:** remove excess whitespace _(by Philipp Burckhardt)_
@@ -41,9 +42,10 @@
4142

4243
### Contributors
4344

44-
A total of 2 people contributed to this release. Thank you to the following contributors:
45+
A total of 3 people contributed to this release. Thank you to the following contributors:
4546

4647
- Athan Reines
48+
- Karan Anand
4749
- Philipp Burckhardt
4850

4951
</section>

CONTRIBUTORS

Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,29 @@
44

55
Aadish Jain <[email protected]>
66
Aayush Khanna <[email protected]>
7+
Abdelrahman Samir <[email protected]>
8+
Abdul Kaium <[email protected]>
9+
Abhay Punia <[email protected]>
710
Abhijit Raut <[email protected]>
11+
Abhishek Jain <[email protected]>
812
Adarsh Palaskar <[email protected]>
913
Aditya Sapra <[email protected]>
1014
Ahmed Atwa <[email protected]>
1115
Ahmed Kashkoush <[email protected]>
1216
Ahmed Khaled <[email protected]>
17+
Aksshay Balasubramanian <[email protected]>
1318
Aleksandr <[email protected]>
1419
Ali Salesi <[email protected]>
20+
AlyAbdelmoneim <[email protected]>
1521
Aman Bhansali <[email protected]>
22+
AmanBhadkariya <[email protected]>
1623
Amit Jimiwal <[email protected]>
24+
Anshu Kumar <[email protected]>
25+
Anshu Kumar <[email protected]>
1726
Anudeep Sanapala <[email protected]>
1827
Athan Reines <[email protected]>
1928
29+
Bhavishy Agrawal <[email protected]>
2030
Brendan Graetz <[email protected]>
2131
Bruno Fenzl <[email protected]>
2232
Bryan Elee <[email protected]>
@@ -26,21 +36,35 @@ Dan Rose <[email protected]>
2636
Daniel Killenberger <[email protected]>
2737
Daniel Yu <[email protected]>
2838
Debashis Maharana <[email protected]>
39+
Deep Trivedi <[email protected]>
2940
Desh Deepak Kant <[email protected]>
41+
42+
Dhanyabad behera <[email protected]>
43+
Dhruv Arvind Singh <[email protected]>
44+
Dhruvil Mehta <[email protected]>
3045
Divyansh Seth <[email protected]>
3146
Dominic Lim <[email protected]>
3247
Dominik Moritz <[email protected]>
3348
Dorrin Sotoudeh <[email protected]>
3449
EuniceSim142 <[email protected]>
3550
Frank Kovacs <[email protected]>
51+
GK Bishnoi <[email protected]>
52+
53+
Gautam sharma <[email protected]>
3654
Golden Kumar <[email protected]>
3755
Gunj Joshi <[email protected]>
38-
Gururaj Gurram <[email protected]>
56+
Gururaj Gurram <[email protected]>
57+
Haroon Rasheed <[email protected]>
58+
3959
4060
Harshita Kalani <[email protected]>
61+
Hemant M Mehta <[email protected]>
4162
Hridyanshu <[email protected]>
4263
Jaimin Godhani <[email protected]>
64+
Jaison D Souza <[email protected]>
65+
Jalaj Kumar <[email protected]>
4366
James Gelok <[email protected]>
67+
4468
Jaysukh Makvana <[email protected]>
4569
Jenish Thapa <[email protected]>
4670
Jithin KS <[email protected]>
@@ -49,54 +73,67 @@ Joey Reed <[email protected]>
4973
Jordan Gallivan <[email protected]>
5074
Joris Labie <[email protected]>
5175
Justin Dennison <[email protected]>
76+
Justyn Shelby <[email protected]>
77+
Karan Anand <[email protected]>
5278
Karthik Prakash <[email protected]>
79+
Kaushikgtm <[email protected]>
5380
Kohantika Nath <[email protected]>
81+
Krishnam Agarwal <[email protected]>
5482
Krishnendu Das <[email protected]>
5583
Kshitij-Dale <[email protected]>
5684
Lovelin Dhoni J B <[email protected]>
85+
5786
Manik Sharma <[email protected]>
5887
Manvith M <[email protected]>
5988
Marcus Fantham <[email protected]>
6089
Matt Cochrane <[email protected]>
6190
Mihir Pandit <[email protected]>
6291
Milan Raj <[email protected]>
92+
Mohammad Bin Aftab <[email protected]>
6393
Mohammad Kaif <[email protected]>
6494
Momtchil Momtchev <[email protected]>
6595
Muhammad Haris <[email protected]>
6696
Naresh Jagadeesan <[email protected]>
6797
Naveen Kumar <[email protected]>
6898
Neeraj Pathak <[email protected]>
6999
Nishant Shinde <[email protected]>
100+
Nishchay Rajput <[email protected]>
70101
Nithin Katta <[email protected]>
71102
Nourhan Hasan <[email protected]>
72103
Ognjen Jevremović <[email protected]>
73104
Oneday12323 <[email protected]>
74105
Ori Miles <[email protected]>
75106
Philipp Burckhardt <[email protected]>
76107
Prajwal Kulkarni <[email protected]>
77-
Pranav Goswami <[email protected]>
108+
Pranav Goswami <[email protected]>
78109
Pranjal Jha <[email protected]>
79110
Prashant Kumar Yadav <[email protected]>
80111
Pratik Singh <[email protected]>
81112
Pratyush Kumar Chouhan <[email protected]>
82113
Priyansh Prajapati <[email protected]>
83114
Priyanshu Agarwal <[email protected]>
115+
Pulkit Gupta <[email protected]>
84116
Pushpendra Chandravanshi <[email protected]>
117+
Rahul Kumar <[email protected]>
85118
Raunak Kumar Gupta <[email protected]>
86119
Rejoan Sardar <[email protected]>
87120
Ricky Reusser <[email protected]>
88121
Ridam Garg <[email protected]>
89122
123+
Rishav Tarway <[email protected]>
90124
Robert Gislason <[email protected]>
91125
Roman Stetsyk <[email protected]>
92126
Rutam Kathale <[email protected]>
93127
Ruthwik Chikoti <[email protected]>
94128
Ryan Seal <[email protected]>
95129
Rylan Yang <[email protected]>
130+
SHIVAM YADAV <[email protected]>
96131
Sai Srikar Dumpeti <[email protected]>
132+
Sanchay Ketan Sinha <[email protected]>
97133
Sarthak Paandey <[email protected]>
98134
Saurabh Singh <[email protected]>
99135
Seyyed Parsa Neshaei <[email protected]>
136+
Shabareesh Shetty <[email protected]>
100137
Shashank Shekhar Singh <[email protected]>
101138
Shivam Ahir <[email protected]>
102139
Shraddheya Shendre <[email protected]>
@@ -107,7 +144,9 @@ Snehil Shah <[email protected]>
107144
Soumajit Chatterjee <[email protected]>
108145
Spandan Barve <[email protected]>
109146
Stephannie Jiménez Gacha <[email protected]>
147+
Suhaib Ilahi <[email protected]>
110148
Suraj Kumar <[email protected]>
149+
Tanishq Ahuja <[email protected]>
111150
Tirtadwipa Manunggal <[email protected]>
112151
Tudor Pagu <[email protected]>
113152
Tufailahmed Bargir <[email protected]>
@@ -117,10 +156,17 @@ UtkershBasnet <[email protected]>
117156
Vaibhav Patel <[email protected]>
118157
Varad Gupta <[email protected]>
119158
Vinit Pandit <[email protected]>
120-
Vivek maurya <[email protected].com>
159+
Vivek Maurya <vm8118134@gmail.com>
121160
Xiaochuan Ye <[email protected]>
122161
Yaswanth Kosuru <[email protected]>
123162
Yernar Yergaziyev <[email protected]>
163+
Yugal Kaushik <[email protected]>
164+
Yuvi Mittal <[email protected]>
165+
166+
ekambains <[email protected]>
167+
fadiothman22 <[email protected]>
124168
olenkabilonizhka <[email protected]>
169+
pranav-1720 <[email protected]>
170+
rahulrangers <[email protected]>
125171
126172

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ v = avercos( NaN );
123123
<!-- eslint no-undef: "error" -->
124124

125125
```javascript
126-
var linspace = require( '@stdlib/array-base-linspace' );
126+
var uniform = require( '@stdlib/random-array-uniform' );
127+
var logEachMap = require( '@stdlib/console-log-each-map' );
127128
var avercos = require( '@stdlib/math-base-special-avercos' );
128129

129-
var x = linspace( -2.0, 0.0, 100 );
130+
var x = uniform( 100, -2.0, 0.0, {
131+
'dtype': 'float64'
132+
});
130133

131-
var i;
132-
for ( i = 0; i < x.length; i++ ) {
133-
console.log( avercos( x[ i ] ) );
134-
}
134+
logEachMap( 'avercos(%0.4f) = %0.4f', x, avercos );
135135
```
136136

137137
</section>
@@ -271,7 +271,7 @@ See [LICENSE][stdlib-license].
271271

272272
## Copyright
273273

274-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
274+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
275275

276276
</section>
277277

examples/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
'use strict';
2020

21-
var linspace = require( '@stdlib/array-base-linspace' );
21+
var uniform = require( '@stdlib/random-array-uniform' );
22+
var logEachMap = require( '@stdlib/console-log-each-map' );
2223
var avercos = require( './../lib' );
2324

24-
var x = linspace( -2.0, 0.0, 100 );
25+
var x = uniform( 100, -2.0, 0.0, {
26+
'dtype': 'float64'
27+
});
2528

26-
var i;
27-
for ( i = 0; i < x.length; i++ ) {
28-
console.log( 'avercos(%d) = %d', x[ i ], avercos( x[ i ] ) );
29-
}
29+
logEachMap( 'avercos(%0.4f) = %0.4f', x, avercos );

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@
4545
"@stdlib/utils-library-manifest": "^0.2.2"
4646
},
4747
"devDependencies": {
48-
"@stdlib/array-base-linspace": "^0.2.2",
48+
"@stdlib/console-log-each-map": "github:stdlib-js/console-log-each-map#main",
4949
"@stdlib/constants-float64-eps": "^0.2.2",
5050
"@stdlib/math-base-assert-is-nan": "^0.2.2",
5151
"@stdlib/math-base-special-abs": "^0.2.2",
52+
"@stdlib/random-array-uniform": "^0.2.1",
5253
"@stdlib/random-base-randu": "^0.2.1",
5354
"@stdlib/utils-try-require": "^0.2.2",
5455
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

0 commit comments

Comments
 (0)