Kembalikan bilangan kompleks z dengan koordinat kutub r dan phi. Setara dengan kompleks(r * math.cos(phi), r * math.sin(phi)).
cmath.rect(r, phi)