描述:
输出为字符串a+bi。
语法:
A.comstr()
备注:
MathCli外部库函数,外部库的使用请参考《外部库使用指南》。
输出为字符串a+bi。
参数:
| A | 复数序列。 | 
返回值:
序列
示例:
| 
 | A | 
 | 
| 1 | =[[1,2],[3,4],[5,6],[7,8],[5,0],[-5,0],[-8,-9],[-0.3,5],[3,-4],[0,0],[0,3],[0,-2]] | 
 | 
| 2 | =A1.comstr() | 
 | 
| 3 | =[1,3,5,7,5,-5,-8,-0.3,3,0,0,0] | 
 | 
| 4 | =[2,4,6,8,0,0,-9,5,-4,0,3,-2] | 
 | 
| 5 | =complex(A3,A4) | 
 | 
| 6 | =A5.comstr() | 
 | 
| 7 | =[1] | 
 | 
| 8 | =A7.comstr() | 
 | 


