diff --git a/README.md b/README.md
index 88cebbe..43e87e8 100644
--- a/README.md
+++ b/README.md
@@ -2213,6 +2213,8 @@ The function should return a number where:
- a positive value indicates that `a` should come after `b`.
- zero or `NaN` indicates that `a` and `b` are considered equal.
+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.
+
#### Complex64Array.prototype.subarray( \[begin\[, end]] )
@@ -2457,6 +2459,8 @@ The function should return a number where:
- a positive value indicates that `a` should come after `b`.
- zero or `NaN` indicates that `a` and `b` are considered equal.
+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.
+
#### Complex64Array.prototype.toString()