diff --git a/doc/go_spec.html b/doc/go_spec.html index 84c7d510e9..80379c32cb 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -2999,10 +2999,10 @@ follows:
-For floating-point numbers,
+For floating-point and complex numbers,
+x is the same as x,
while -x is the negation of x.
-The result of a floating-point division by zero is not specified beyond the
+The result of a floating-point or complex division by zero is not specified beyond the
IEEE-754 standard; whether a run-time panic
occurs is implementation-specific.