]> Cypherpunks repositories - gostls13.git/commit
spec: explicitly define integer, floating-point, and complex types
authorRobert Griesemer <gri@golang.org>
Tue, 8 Feb 2022 17:47:46 +0000 (09:47 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 8 Feb 2022 22:16:52 +0000 (22:16 +0000)
commit3e514a0103a7e335c70104435555229f51e4d9ae
treecd1ae70c341e164eaab38a87852bfc6fbc98eae6
parentf524a2baa4aca9e603fbf3891951b53b497dc0a1
spec: explicitly define integer, floating-point, and complex types

The terms "integer type", "floating-point type", and "complex type"
are used frequently in the spec but are not explicitly (only indirectly)
defined.

Slightly rephrased the section on numeric types and introduce these
terms explicitly. Add links to this section.

Change-Id: I3fb888933bece047da8b356b684c855618e9aee4
Reviewed-on: https://go-review.googlesource.com/c/go/+/384157
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go_spec.html