Skip to content

Commit 5ca4dde

Browse files
authored
docs: update note
Signed-off-by: Athan <[email protected]>
1 parent c19a0bf commit 5ca4dde

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/complex/float64/base/assert/is-almost-equal-value/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/float64/base/assert/is-almost-equal-value/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var reim = require( '@stdlib/complex/float64/reim' );
3131
*
3232
* ## Notes
3333
*
34-
* - The function returns `false` if either input value has a `NaN` real or imaginary part.
34+
* - The function returns `false` if either input value has a `NaN` real or imaginary component.
3535
* - The function does not distinguish between `-0` and `+0`, treating them as equal.
3636
*
3737
* @param {Complex128} z1 - first complex number

0 commit comments

Comments
 (0)