Commit 5cf707b4 authored by Ian Lance Taylor's avatar Ian Lance Taylor

Clarify that conversions to complex are OK.

R=r
CC=golang-dev
https://golang.org/cl/296042
parent df53544f
......@@ -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 between complex and any other type.
but there is no conversion from complex to any other type.
<li>
When converting a number to a floating-point or complex type,
the result value is rounded
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment