You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/rempio2/test/test.js
+9-9
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ tape( 'the function returns `0` and sets the elements of `y` to `NaN` if provide
69
69
t.end();
70
70
});
71
71
72
-
tape('the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (positive)',functiontest(t){
72
+
tape('the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (positive)',functiontest(t){
73
73
vardelta;
74
74
vartol;
75
75
varx;
@@ -95,7 +95,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating
95
95
t.end();
96
96
});
97
97
98
-
tape('the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (tiny positive)',functiontest(t){
98
+
tape('the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (tiny positive)',functiontest(t){
99
99
vardelta;
100
100
vartol;
101
101
varx;
@@ -121,7 +121,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating
121
121
t.end();
122
122
});
123
123
124
-
tape('the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (negative)',functiontest(t){
124
+
tape('the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (negative)',functiontest(t){
125
125
vardelta;
126
126
vartol;
127
127
varx;
@@ -147,7 +147,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating
147
147
t.end();
148
148
});
149
149
150
-
tape('the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (tiny negative)',functiontest(t){
150
+
tape('the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (tiny negative)',functiontest(t){
151
151
vardelta;
152
152
vartol;
153
153
varx;
@@ -173,7 +173,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating
173
173
t.end();
174
174
});
175
175
176
-
tape('the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (multiples of π/4)',functiontest(t){
176
+
tape('the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (multiples of π/4)',functiontest(t){
177
177
vardelta;
178
178
vartol;
179
179
varx;
@@ -199,7 +199,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating
199
199
t.end();
200
200
});
201
201
202
-
tape('for large positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`',functiontest(t){
202
+
tape('for large positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`',functiontest(t){
203
203
varx;
204
204
vary;
205
205
varn;
@@ -217,7 +217,7 @@ tape( 'for large positive input values, the function returns the last three bina
217
217
t.end();
218
218
});
219
219
220
-
tape('for large negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`',functiontest(t){
220
+
tape('for large negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`',functiontest(t){
221
221
varx;
222
222
vary;
223
223
varn;
@@ -235,7 +235,7 @@ tape( 'for large negative input values, the function returns the last three bina
235
235
t.end();
236
236
});
237
237
238
-
tape('for huge positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`',functiontest(t){
238
+
tape('for huge positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`',functiontest(t){
239
239
varx;
240
240
vary;
241
241
varn;
@@ -253,7 +253,7 @@ tape( 'for huge positive input values, the function returns the last three binar
253
253
t.end();
254
254
});
255
255
256
-
tape('for huge negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`',functiontest(t){
256
+
tape('for huge negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`',functiontest(t){
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/rempio2/test/test.native.js
+9-9
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ tape( 'the function returns `0` and sets the elements of `y` to `NaN` if provide
79
79
t.end();
80
80
});
81
81
82
-
tape('the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (positive)',opts,functiontest(t){
82
+
tape('the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (positive)',opts,functiontest(t){
83
83
vardelta;
84
84
vartol;
85
85
varx;
@@ -105,7 +105,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating
105
105
t.end();
106
106
});
107
107
108
-
tape('the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (tiny positive)',opts,functiontest(t){
108
+
tape('the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (tiny positive)',opts,functiontest(t){
109
109
vardelta;
110
110
vartol;
111
111
varx;
@@ -131,7 +131,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating
131
131
t.end();
132
132
});
133
133
134
-
tape('the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (negative)',opts,functiontest(t){
134
+
tape('the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (negative)',opts,functiontest(t){
135
135
vardelta;
136
136
vartol;
137
137
varx;
@@ -157,7 +157,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating
157
157
t.end();
158
158
});
159
159
160
-
tape('the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (tiny negative)',opts,functiontest(t){
160
+
tape('the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (tiny negative)',opts,functiontest(t){
161
161
vardelta;
162
162
vartol;
163
163
varx;
@@ -183,7 +183,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating
183
183
t.end();
184
184
});
185
185
186
-
tape('the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (multiples of π/4)',opts,functiontest(t){
186
+
tape('the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (multiples of π/4)',opts,functiontest(t){
187
187
vardelta;
188
188
vartol;
189
189
varx;
@@ -209,7 +209,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating
209
209
t.end();
210
210
});
211
211
212
-
tape('for large positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`',opts,functiontest(t){
212
+
tape('for large positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`',opts,functiontest(t){
213
213
varx;
214
214
vary;
215
215
varn;
@@ -227,7 +227,7 @@ tape( 'for large positive input values, the function returns the last three bina
227
227
t.end();
228
228
});
229
229
230
-
tape('for large negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`',opts,functiontest(t){
230
+
tape('for large negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`',opts,functiontest(t){
231
231
varx;
232
232
vary;
233
233
varn;
@@ -245,7 +245,7 @@ tape( 'for large negative input values, the function returns the last three bina
245
245
t.end();
246
246
});
247
247
248
-
tape('for huge positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`',opts,functiontest(t){
248
+
tape('for huge positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`',opts,functiontest(t){
249
249
varx;
250
250
vary;
251
251
varn;
@@ -263,7 +263,7 @@ tape( 'for huge positive input values, the function returns the last three binar
263
263
t.end();
264
264
});
265
265
266
-
tape('for huge negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`',opts,functiontest(t){
266
+
tape('for huge negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`',opts,functiontest(t){
0 commit comments