You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODO: <ahref="https://golang.org/cl/216617">https://golang.org/cl/216617</a>: add ParseComplex and FormatComplex
577
+
<ahref="/pkg/strconv/#FormatComplex"><code>FormatComplex</code></a> and <ahref="/pkg/strconv/#ParseComplex"><code>ParseComplex</code></a> are added for working with complex numbers.
578
+
</p>
579
+
<p>
580
+
<ahref="/pkg/strconv/#FormatComplex"><code>FormatComplex</code></a> converts a complex number into a string of the form (a+bi), where a and b are the real and imaginary parts.
581
+
</p>
582
+
<p>
583
+
<ahref="/pkg/strconv/#ParseComplex"><code>ParseComplex</code></a> converts a string into a complex number of a specificed precision. <code>ParseComplex</code> accepts complex numbers in the format <code>N+Ni</code>.
0 commit comments