python中complex是什麼意思

complex() 函數用於創建一個值爲 real + imag * j 的複數或者轉化一個字符串或數爲複數。如果第一個參數爲字符串,則不需要指定第二個參數。(推薦:Python編程視頻) 語法 complex 語法: 參數說明: real -- int, long, float或字符串; imag -- int, long, float; 返回值 返回一個複數。 實例 以下實例展示了 compl
相關文章
相關標籤/搜索