]> Cypherpunks repositories - gostls13.git/commit
Revert previous change: complexN only converts to complexN.
authorIan Lance Taylor <iant@golang.org>
Thu, 11 Mar 2010 04:38:38 +0000 (20:38 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 11 Mar 2010 04:38:38 +0000 (20:38 -0800)
commit11a218444f59567c9c65300045dccddef60e193a
tree6d5b993a75c1a42a6ede8478ea21ef1786043bbd
parent2a62195153ecd2440b5f64a2e3cb0ff8e4192a76
Revert previous change: complexN only converts to complexN.

This was discussed with Ken and Russ.  6g has been changed,
and both compilers now work this way.  This avoids a double
type conversion--first to the float type, then to the complex
type.

R=r
CC=golang-dev, ken2, rsc
https://golang.org/cl/419042
doc/go_spec.html