We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca4dde commit 435129aCopy full SHA for 435129a
lib/node_modules/@stdlib/complex/float64/base/assert/is-almost-equal-value/test/test.js
@@ -34,7 +34,7 @@ tape( 'main export is a function', function test( t ) {
34
t.end();
35
});
36
37
-tape( 'the function returns `false` if provided `NaN` as either real or imaginary part', function test( t ) {
+tape( 'the function returns `false` if provided `NaN` as either real or imaginary component', function test( t ) {
38
var z1;
39
var z2;
40
0 commit comments