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 6512504 commit c19a0bfCopy full SHA for c19a0bf
lib/node_modules/@stdlib/complex/float64/base/assert/is-almost-equal-value/docs/types/index.d.ts
@@ -25,7 +25,7 @@ import Complex128 = require( '@stdlib/complex/float64/ctor' );
25
*
26
* ## Notes
27
28
-* - 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.
29
* - The function does not distinguish between `-0` and `+0`, treating them as equal.
30
31
* @param z1 - first complex number
0 commit comments