# 导入复数数学库用于复数运算
import cmath
# 将极坐标转换为直角坐标形式
print(cmath.rect(3.1622776601683795, 1.2490457723982544))