📜  np.conjugate - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:08.192000             🧑  作者: Mango

代码示例1
>>> np.conjugate(1+2j)
(1-2j)