@@ -1387,7 +1387,7 @@ struct ndarray *arrays[] = { x, y };
1387
1387
1388
1388
// Define a callback:
1389
1389
static bool fcn( const stdlib_complex64_t x ) {
1390
- return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f );
1390
+ return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f );
1391
1391
}
1392
1392
1393
1393
// Test elements:
@@ -2032,7 +2032,7 @@ struct ndarray *arrays[] = { x, y };
2032
2032
2033
2033
// Define a callback:
2034
2034
static bool fcn( const stdlib_complex128_t x ) {
2035
- return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) === 0.0 );
2035
+ return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) == 0.0 );
2036
2036
}
2037
2037
2038
2038
// Test elements:
@@ -2125,7 +2125,7 @@ struct ndarray *arrays[] = { x, y };
2125
2125
2126
2126
// Define a callback:
2127
2127
static bool fcn( const stdlib_complex64_t x ) {
2128
- return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f );
2128
+ return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f );
2129
2129
}
2130
2130
2131
2131
// Test elements:
@@ -2218,7 +2218,7 @@ struct ndarray *arrays[] = { x, y };
2218
2218
2219
2219
// Define a callback:
2220
2220
static bool fcn( const stdlib_complex128_t x ) {
2221
- return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) === 0.0 );
2221
+ return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) == 0.0 );
2222
2222
}
2223
2223
2224
2224
// Test elements:
@@ -2403,7 +2403,7 @@ struct ndarray *arrays[] = { x, y };
2403
2403
2404
2404
// Define a callback:
2405
2405
static bool fcn( const stdlib_complex128_t x ) {
2406
- return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) === 0.0 );
2406
+ return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) == 0.0 );
2407
2407
}
2408
2408
2409
2409
// Test elements:
@@ -2588,7 +2588,7 @@ struct ndarray *arrays[] = { x, y };
2588
2588
2589
2589
// Define a callback:
2590
2590
static bool fcn( const stdlib_complex64_t x ) {
2591
- return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f );
2591
+ return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f );
2592
2592
}
2593
2593
2594
2594
// Test elements:
@@ -2773,7 +2773,7 @@ struct ndarray *arrays[] = { x, y };
2773
2773
2774
2774
// Define a callback:
2775
2775
static bool fcn( const stdlib_complex128_t x ) {
2776
- return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) === 0.0 );
2776
+ return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) == 0.0 );
2777
2777
}
2778
2778
2779
2779
// Test elements:
@@ -3050,7 +3050,7 @@ struct ndarray *arrays[] = { x, y };
3050
3050
3051
3051
// Define a callback:
3052
3052
static bool fcn( const stdlib_complex128_t x ) {
3053
- return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) === 0.0 );
3053
+ return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) == 0.0 );
3054
3054
}
3055
3055
3056
3056
// Test elements:
@@ -3235,7 +3235,7 @@ struct ndarray *arrays[] = { x, y };
3235
3235
3236
3236
// Define a callback:
3237
3237
static bool fcn( const stdlib_complex64_t x ) {
3238
- return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f );
3238
+ return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f );
3239
3239
}
3240
3240
3241
3241
// Test elements:
@@ -3604,7 +3604,7 @@ struct ndarray *arrays[] = { x, y };
3604
3604
3605
3605
// Define a callback:
3606
3606
static bool fcn( const stdlib_complex128_t x ) {
3607
- return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) === 0.0 );
3607
+ return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) == 0.0 );
3608
3608
}
3609
3609
3610
3610
// Test elements:
@@ -3789,7 +3789,7 @@ struct ndarray *arrays[] = { x, y };
3789
3789
3790
3790
// Define a callback:
3791
3791
static bool fcn( const stdlib_complex64_t x ) {
3792
- return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f );
3792
+ return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f );
3793
3793
}
3794
3794
3795
3795
// Test elements:
@@ -4250,7 +4250,7 @@ struct ndarray *arrays[] = { x, y };
4250
4250
4251
4251
// Define a callback:
4252
4252
static bool fcn( const stdlib_complex128_t x ) {
4253
- return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) === 0.0 );
4253
+ return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) == 0.0 );
4254
4254
}
4255
4255
4256
4256
// Test elements:
@@ -4435,7 +4435,7 @@ struct ndarray *arrays[] = { x, y };
4435
4435
4436
4436
// Define a callback:
4437
4437
static bool fcn( const stdlib_complex64_t x ) {
4438
- return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f );
4438
+ return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f );
4439
4439
}
4440
4440
4441
4441
// Test elements:
@@ -4896,7 +4896,7 @@ struct ndarray *arrays[] = { x, y };
4896
4896
4897
4897
// Define a callback:
4898
4898
static bool fcn( const stdlib_complex128_t x ) {
4899
- return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) === 0.0 );
4899
+ return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) == 0.0 );
4900
4900
}
4901
4901
4902
4902
// Test elements:
@@ -5173,7 +5173,7 @@ struct ndarray *arrays[] = { x, y };
5173
5173
5174
5174
// Define a callback:
5175
5175
static bool fcn( const stdlib_complex128_t x ) {
5176
- return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) === 0.0 );
5176
+ return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) == 0.0 );
5177
5177
}
5178
5178
5179
5179
// Test elements:
@@ -5358,7 +5358,7 @@ struct ndarray *arrays[] = { x, y };
5358
5358
5359
5359
// Define a callback:
5360
5360
static bool fcn( const stdlib_complex128_t x ) {
5361
- return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) === 0.0 );
5361
+ return ( stdlib_complex128_real( x ) == 0.0 && stdlib_complex128_imag( x ) == 0.0 );
5362
5362
}
5363
5363
5364
5364
// Test elements:
0 commit comments