From ffe3c4ce87a95ad8d6ac58c897634519674b5fee Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 24 May 2024 23:34:10 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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()