8000 Auto-generated commit · stdlib-js/array-complex64@ffe3c4c · GitHub
[go: up one dir, main page]

Skip to content

Commit ffe3c4c

Browse files
committed
Auto-generated commit
1 parent c2f6104 commit ffe3c4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,6 +2213,8 @@ The function should return a number where:
22132213
- a positive value indicates that `a` should come after `b`.
22142214
- zero or `NaN` indicates that `a` and `b` are considered equal.
22152215

2216+
In contrast to real numbers, one cannot define a default order relation which is compatible with multiplication. Accordingly, users **must** explicitly provide a `compareFcn` argument and are thus responsible for specifying a com 85ED plex number ordering.
2217+
22162218
<a name="method-subarray"></a>
22172219

22182220
#### Complex64Array.prototype.subarray( \[begin\[, end]] )
@@ -2457,6 +2459,8 @@ The function should return a number where:
24572459
- a positive value indicates that `a` should come after `b`.
24582460
- zero or `NaN` indicates that `a` and `b` are considered equal.
24592461

2462+
In contrast to real numbers, one cannot define a default order relation which is compatible with multiplication. Accordingly, users **must** explicitly provide a `compareFcn` argument and are thus responsible for specifying a complex number ordering.
2463+
24602464
<a name="method-to-string"></a>
24612465

24622466
#### Complex64Array.prototype.toString()

0 commit comments

Comments
 (0)
0