mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
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
This commit is contained in:
parent
2a62195153
commit
11a218444f
1 changed files with 1 additions and 1 deletions
|
@ -3262,7 +3262,7 @@ When converting a floating-point number to an integer, the fraction is discarded
|
|||
</li>
|
||||
<li>
|
||||
A value of complex type may be converted to a different complex type,
|
||||
but there is no conversion from complex to any other type.
|
||||
but there is no conversion between complex and any other type.
|
||||
<li>
|
||||
When converting a number to a floating-point or complex type,
|
||||
the result value is rounded
|
||||
|
|
Loading…
Reference in a new issue