// Rect returns the complex number x with polar coordinates r, θ. func Rect(r, θ float64) complex128 { … }