complex在python中是什么意思(complex 语法)
complex() 函数用于创建一个值为 real + imag * j 的复数或者转化一个字符串或数为复数。如果第一个参数为字符串,则不需要指定第二个参数。(推荐:Python编程视频)
语法
complex 语法:
参数说明:
real -- int, long, float或字符串;
imag -- int, long, float;
返回值
返回一个复数。
实例
以下实例展示了 complex 的使用方法:
以上就是python中complex是什么意思的详细内容。
除注明外的文章,均为来源:老汤博客,转载请保留本文地址!
原文地址:https://tangjiusheng.cn/it/5115.html
原文地址:https://tangjiusheng.cn/it/5115.html