# math.complex 库模块帮助文档

## math 成员列表 <a id="math" href="#math">&#x23;</a>

### math.complex() <a id="math.complex" href="#math.complex">&#x23;</a>
[返回对象:MathComplexObject](#MathComplexObject)

### math.complex(实部,虚部) <a id="math.complex" href="#math.complex">&#x23;</a>
创建复数，64 位 double 实部与虚部。  
也可以在参数 @1 指定其他 math.complex 对象。  
也可以指定 Python 复数对象。

## math.complex 成员列表 <a id="math.complex" href="#math.complex">&#x23;</a>

复数扩展库。  
此复数对象可用 tostring 转换为字符串，  
可在 tostring 参数 @1 指定格式化串，默认为 "(%G, %G)"。  

复数操作也可以使用 .NET 库 System.Numerics.Complex 。

### math.complex.float() <a id="math.complex.float" href="#math.complex.float">&#x23;</a>
[返回对象:MathComplexObject](#MathComplexObject)

### math.complex.float(实部,虚部) <a id="math.complex.float" href="#math.complex.float">&#x23;</a>
创建复数，32 位 float 实部与虚部。  
也可以在参数 @1 指定其他 math.complex 对象。  
也可以指定 Python 复数对象。

## MathComplexObject 成员列表 <a id="MathComplexObject" href="#MathComplexObject">&#x23;</a>

### MathComplexObject.acos() <a id="MathComplexObject.acos" href="#MathComplexObject.acos">&#x23;</a>
返回指定复数的反余弦值

### MathComplexObject.acosh() <a id="MathComplexObject.acosh" href="#MathComplexObject.acosh">&#x23;</a>
返回指定复数的反双曲余弦值

### MathComplexObject.asin() <a id="MathComplexObject.asin" href="#MathComplexObject.asin">&#x23;</a>
返回指定复数的反正弦值

### MathComplexObject.asinh() <a id="MathComplexObject.asinh" href="#MathComplexObject.asinh">&#x23;</a>
返回指定复数的反双曲正弦值

### MathComplexObject.atan() <a id="MathComplexObject.atan" href="#MathComplexObject.atan">&#x23;</a>
返回指定复数的反正切值

### MathComplexObject.atanh() <a id="MathComplexObject.atanh" href="#MathComplexObject.atanh">&#x23;</a>
返回指定复数的反双曲正切值

### MathComplexObject.conjugate() <a id="MathComplexObject.conjugate" href="#MathComplexObject.conjugate">&#x23;</a>
返回指定复数的共轭复数

### MathComplexObject.cos() <a id="MathComplexObject.cos" href="#MathComplexObject.cos">&#x23;</a>
返回指定复数的余弦值

### MathComplexObject.cosh() <a id="MathComplexObject.cosh" href="#MathComplexObject.cosh">&#x23;</a>
返回指定复数的双曲余弦值

### MathComplexObject.exp() <a id="MathComplexObject.exp" href="#MathComplexObject.exp">&#x23;</a>
返回指定复数的指数值

### MathComplexObject.imag <a id="MathComplexObject.imag" href="#MathComplexObject.imag">&#x23;</a>
返回指定复数的虚部

### MathComplexObject.log() <a id="MathComplexObject.log" href="#MathComplexObject.log">&#x23;</a>
返回指定复数的自然对数值

### MathComplexObject.magnitude() <a id="MathComplexObject.magnitude" href="#MathComplexObject.magnitude">&#x23;</a>
返回指定复数的模（绝对值）

### MathComplexObject.phase() <a id="MathComplexObject.phase" href="#MathComplexObject.phase">&#x23;</a>
返回指定复数的相位角

### MathComplexObject.project() <a id="MathComplexObject.project" href="#MathComplexObject.project">&#x23;</a>
返回指定复数投影到黎曼球面

### MathComplexObject.real <a id="MathComplexObject.real" href="#MathComplexObject.real">&#x23;</a>
返回指定复数的实部

### MathComplexObject.sin() <a id="MathComplexObject.sin" href="#MathComplexObject.sin">&#x23;</a>
返回指定复数的正弦值

### MathComplexObject.sinh() <a id="MathComplexObject.sinh" href="#MathComplexObject.sinh">&#x23;</a>
返回指定复数的双曲正弦值

### MathComplexObject.sqrt() <a id="MathComplexObject.sqrt" href="#MathComplexObject.sqrt">&#x23;</a>
返回指定复数的平方根

### MathComplexObject.tan() <a id="MathComplexObject.tan" href="#MathComplexObject.tan">&#x23;</a>
返回指定复数的正切值

### MathComplexObject.tanh() <a id="MathComplexObject.tanh" href="#MathComplexObject.tanh">&#x23;</a>
返回指定复数的双曲正切值
