From: Ian Lance Taylor Date: Mon, 8 Mar 2010 21:45:03 +0000 (-0800) Subject: Clarify that conversions to complex are OK. X-Git-Tag: weekly.2010-03-15~40 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5cf707b499ff8115a8156a5e7139581aa5fde4f0;p=gostls13.git Clarify that conversions to complex are OK. R=r CC=golang-dev https://golang.org/cl/296042 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index d95d649259..0dc1a836ec 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3262,7 +3262,7 @@ When converting a floating-point number to an integer, the fraction is discarded
  • 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.
  • When converting a number to a floating-point or complex type, the result value is rounded