go/src/math/cmplx/rect.go

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