Skip to content

Commit ad5897b

Browse files
committed
Auto-generated commit
1 parent c8d54af commit ad5897b

File tree

4 files changed

+35
-28
lines changed

4 files changed

+35
-28
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-04-01)
7+
## Unreleased (2025-04-07)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`630ddb7`](https://github.com/stdlib-js/stdlib/commit/630ddb777824b5f6e501fda6dadf4ce41dccb964) - **test:** replace equal with strictEqual _(by Karan Anand)_
1516
- [`a1e230f`](https://github.com/stdlib-js/stdlib/commit/a1e230f29297caa89880e9c194c615a0400fb7bc) - **chore:** clean up cppcheck-suppress comments _(by Karan Anand)_
1617
- [`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)_
1718
- [`d3d3d14`](https://github.com/stdlib-js/stdlib/commit/d3d3d14939ac77ab7d5a4476551108f8ff1c3f1f) - **docs:** update related packages sections [(#4149)](https://github.com/stdlib-js/stdlib/pull/4149) _(by stdlib-bot, Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Dev Goel <135586571+corsairier@users.noreply.github.com>
4343
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>
4444
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
4545
Dhruvil Mehta <68022411+dhruvilmehta@users.noreply.github.com>
46+
Dipjyoti Das <126075231+dipexplorer@users.noreply.github.com>
4647
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
4748
Dominic Lim <46486515+domlimm@users.noreply.github.com>
4849
Dominik Moritz <domoritz@gmail.com>
@@ -75,7 +76,7 @@ Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
7576
Joris Labie <joris.labie1@gmail.com>
7677
Justin Dennison <justin1dennison@gmail.com>
7778
Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
78-
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
79+
Karan Anand <anandkarancompsci@gmail.com>
7980
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
8081
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
8182
Kavyansh-Bagdi <153486713+Kavyansh-Bagdi@users.noreply.github.com>
@@ -95,9 +96,12 @@ Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
9596
Mohammad Kaif <mdkaifprofession@gmail.com>
9697
Momtchil Momtchev <momtchil@momtchev.com>
9798
Muhammad Haris <harriskhan047@outlook.com>
99+
Muhammad Taaha Tariq <166188821+Taaha-Tariq@users.noreply.github.com>
100+
Muhmmad Saad <106260977+saad-imran-dev@users.noreply.github.com>
98101
Naresh Jagadeesan <naresh.naresh000@gmail.com>
99102
Naveen Kumar <stupiddint@gmail.com>
100103
Neeraj Pathak <neerajrpathak710@gmail.com>
104+
NirvedMishra <139633597+NirvedMishra@users.noreply.github.com>
101105
Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
102106
Nishchay Rajput <121144841+NishchayRajput@users.noreply.github.com>
103107
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
@@ -111,6 +115,7 @@ Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
111115
Pranav Goswami <pranavchiku11@gmail.com>
112116
Pranjal Jha <97080887+PraneGIT@users.noreply.github.com>
113117
Prashant Kumar Yadav <144602492+0PrashantYadav0@users.noreply.github.com>
118+
PrathamBhamare <164445568+PrathamBhamare@users.noreply.github.com>
114119
Pratik Singh <97464067+Pratik772846@users.noreply.github.com>
115120
Pratyush Kumar Chouhan <pratyushkumar0308@gmail.com>
116121
Priyansh Prajapati <88396544+itsspriyansh@users.noreply.github.com>
@@ -126,6 +131,7 @@ Rishav <115060907+rishav2404@users.noreply.github.com>
126131
Rishav Tarway <rishavtarway@gmail.com>
127132
Robert Gislason <gztown2216@yahoo.com>
128133
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
134+
Rupa <102663541+Rupa-Rd@users.noreply.github.com>
129135
Rutam Kathale <138517416+performant23@users.noreply.github.com>
130136
Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
131137
Ryan Seal <splrk@users.noreply.github.com>

test/test.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[-3.0,-1.
6464
y = asecf( x[i] );
6565
e = float64ToFloat32( expected[ i ] );
6666
if ( y === e ) {
67-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
67+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
6868
} else {
6969
delta = abs( y - e );
7070
tol = 2.0 * EPS * abs( e );
@@ -90,7 +90,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[1.0,3.0]
9090
y = asecf( x[i] );
9191
e = float64ToFloat32( expected[ i ] );
9292
if ( y === e ) {
93-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
93+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
9494
} else {
9595
delta = abs( y - e );
9696
tol = 68.0 * EPS * abs( e );
@@ -116,7 +116,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[3.0,100.
116116
y = asecf( x[i] );
117117
e = float64ToFloat32( expected[ i ] );
118118
if ( y === e ) {
119-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
119+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
120120
} else {
121121
delta = abs( y - e );
122122
tol = 1.0 * EPS * abs( e );
@@ -142,7 +142,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[-100.0,-
142142
y = asecf( x[i] );
143143
e = float64ToFloat32( expected[ i ] );
144144
if ( y === e ) {
145-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
145+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
146146
} else {
147147
delta = abs( y - e );
148148
tol = 1.0 * EPS * abs( e );
@@ -168,7 +168,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[100.0,10
168168
y = asecf( x[i] );
169169
e = float64ToFloat32( expected[ i ] );
170170
if ( y === e ) {
171-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
171+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
172172
} else {
173173
delta = abs( y - e );
174174
tol = 1.0 * EPS * abs( e );
@@ -194,7 +194,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[-1000.0,
194194
y = asecf( x[i] );
195195
e = float64ToFloat32( expected[ i ] );
196196
if ( y === e ) {
197-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
197+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
198198
} else {
199199
delta = abs( y - e );
200200
tol = 1.0 * EPS * abs( e );
@@ -220,7 +220,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[-1e20,-1
220220
y = asecf( x[i] );
221221
e = float64ToFloat32( expected[ i ] );
222222
if ( y === e ) {
223-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
223+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
224224
} else {
225225
delta = abs( y - e );
226226
tol = 1.0 * EPS * abs( e );
@@ -246,7 +246,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[1e30,1e3
246246
y = asecf( x[i] );
247247
e = float64ToFloat32( expected[ i ] );
248248
if ( y === e ) {
249-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
249+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
250250
} else {
251251
delta = abs( y - e );
252252
tol = 1.0 * EPS * abs( e );
@@ -258,27 +258,27 @@ tape( 'the function computes the inverse (arc) secant on the interval `[1e30,1e3
258258

259259
tape( 'the function returns `NaN` if provided `NaN`', function test( t ) {
260260
var v = asecf( NaN );
261-
t.equal( isnanf( v ), true, 'returns expected value' );
261+
t.strictEqual( isnanf( v ), true, 'returns expected value' );
262262
t.end();
263263
});
264264

265265
tape( 'the function returns `NaN` if provided `+0`', function test( t ) {
266266
var v = asecf( 0.0 );
267-
t.equal( isnanf( v ), true, 'returns expected value' );
267+
t.strictEqual( isnanf( v ), true, 'returns expected value' );
268268
t.end();
269269
});
270270

271271
tape( 'the function returns `NaN` if provided `-0`', function test( t ) {
272272
var v = asecf( -0.0 );
273-
t.equal( isnanf( v ), true, 'returns expected value' );
273+
t.strictEqual( isnanf( v ), true, 'returns expected value' );
274274
t.end();
275275
});
276276

277277
tape( 'the function returns `NaN` on the interval `(-1, 1)`', function test( t ) {
278278
var v = asecf( 0.5 );
279279
var w = asecf( -0.5 );
280280

281-
t.equal( isnanf( v ), true, 'returns expected value' );
282-
t.equal( isnanf( w ), true, 'returns expected value' );
281+
t.strictEqual( isnanf( v ), true, 'returns expected value' );
282+
t.strictEqual( isnanf( w ), true, 'returns expected value' );
283283
t.end();
284284
});

test/test.native.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[-3.0,-1.
7373
y = asecf( x[i] );
7474
e = float64ToFloat32( expected[ i ] );
7575
if ( y === e ) {
76-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
76+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
7777
} else {
7878
delta = abs( y - e );
7979
tol = 2.0 * EPS * abs( e );
@@ -99,7 +99,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[1.0,3.0]
9999
y = asecf( x[i] );
100100
e = float64ToFloat32( expected[ i ] );
101101
if ( y === e ) {
102-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
102+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
103103
} else {
104104
delta = abs( y - e );
105105
tol = 68.0 * EPS * abs( e );
@@ -125,7 +125,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[3.0,100.
125125
y = asecf( x[i] );
126126
e = float64ToFloat32( expected[ i ] );
127127
if ( y === e ) {
128-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
128+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
129129
} else {
130130
delta = abs( y - e );
131131
tol = 1.0 * EPS * abs( e );
@@ -151,7 +151,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[-100.0,-
151151
y = asecf( x[i] );
152152
e = float64ToFloat32( expected[ i ] );
153153
if ( y === e ) {
154-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
154+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
155155
} else {
156156
delta = abs( y - e );
157157
tol = 1.0 * EPS * abs( e );
@@ -177,7 +177,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[100.0,10
177177
y = asecf( x[i] );
178178
e = float64ToFloat32( expected[ i ] );
179179
if ( y === e ) {
180-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
180+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
181181
} else {
182182
delta = abs( y - e );
183183
tol = 1.0 * EPS * abs( e );
@@ -203,7 +203,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[-1000.0,
203203
y = asecf( x[i] );
204204
e = float64ToFloat32( expected[ i ] );
205205
if ( y === e ) {
206-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
206+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
207207
} else {
208208
delta = abs( y - e );
209209
tol = 1.0 * EPS * abs( e );
@@ -229,7 +229,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[-1e20,-1
229229
y = asecf( x[i] );
230230
e = float64ToFloat32( expected[ i ] );
231231
if ( y === e ) {
232-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
232+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
233233
} else {
234234
delta = abs( y - e );
235235
tol = 1.0 * EPS * abs( e );
@@ -255,7 +255,7 @@ tape( 'the function computes the inverse (arc) secant on the interval `[1e30,1e3
255255
y = asecf( x[i] );
256256
e = float64ToFloat32( expected[ i ] );
257257
if ( y === e ) {
258-
t.equal( y, e, 'x: '+x[i]+'. E: '+e );
258+
t.strictEqual( y, e, 'x: '+x[i]+'. E: '+e );
259259
} else {
260260
delta = abs( y - e );
261261
tol = 1.0 * EPS * abs( e );
@@ -267,27 +267,27 @@ tape( 'the function computes the inverse (arc) secant on the interval `[1e30,1e3
267267

268268
tape( 'the function returns `NaN` if provided `NaN`', opts, function test( t ) {
269269
var v = asecf( NaN );
270-
t.equal( isnanf( v ), true, 'returns expected value' );
270+
t.strictEqual( isnanf( v ), true, 'returns expected value' );
271271
t.end();
272272
});
273273

274274
tape( 'the function returns `NaN` if provided `+0`', opts, function test( t ) {
275275
var v = asecf( 0.0 );
276-
t.equal( isnanf( v ), true, 'returns expected value' );
276+
t.strictEqual( isnanf( v ), true, 'returns expected value' );
277277
t.end();
278278
});
279279

280280
tape( 'the function returns `NaN` if provided `-0`', opts, function test( t ) {
281281
var v = asecf( -0.0 );
282-
t.equal( isnanf( v ), true, 'returns expected value' );
282+
t.strictEqual( isnanf( v ), true, 'returns expected value' );
283283
t.end();
284284
});
285285

286286
tape( 'the function returns `NaN` on the interval `(-1, 1)`', opts, function test( t ) {
287287
var v = asecf( 0.5 );
288288
var w = asecf( -0.5 );
289289

290-
t.equal( isnanf( v ), true, 'returns expected value' );
291-
t.equal( isnanf( w ), true, 'returns expected value' );
290+
t.strictEqual( isnanf( v ), true, 'returns expected value' );
291+
t.strictEqual( isnanf( w ), true, 'returns expected value' );
292292
t.end();
293293
});

0 commit comments

Comments
 (0)