commit | 777a96a5b09f00bf531a75d9d65251e1771f05ed | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Thu Dec 02 12:32:14 2010 -0800 |
committer | Robert Griesemer <gri@golang.org> | Thu Dec 02 12:32:14 2010 -0800 |
tree | de4da7568e82cd983b88408fe03d54d41a63589b | |
parent | b88b38ac12ef6d10fe15f2b03a9a1d8559f4b038 [diff] |
go_spec: fixed a couple omissions/type errors - use math.Sqrt instead of Math.sqrt - use float64 for Point fields to match math.Sqrt - distinguish between Point and Point3D for clarity - add alignment sizes for complex types R=r, rsc, iant, ken2 CC=golang-dev https://golang.org/cl/3420041