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 c19a0bf commit 5ca4ddeCopy full SHA for 5ca4dde
lib/node_modules/@stdlib/complex/float64/base/assert/is-almost-equal-value/lib/main.js
@@ -31,7 +31,7 @@ var reim = require( '@stdlib/complex/float64/reim' );
31
*
32
* ## Notes
33
34
-* - The function returns `false` if either input value has a `NaN` real or imaginary part.
+* - The function returns `false` if either input value has a `NaN` real or imaginary component.
35
* - The function does not distinguish between `-0` and `+0`, treating them as equal.
36
37
* @param {Complex128} z1 - first complex number
0 commit comments