Standard package icon.
Extends from Modelica.Icons.FunctionsPackage
(Icon for packages containing functions).
Name | Description |
---|---|
'*' | Multiplication |
'+' | Add two complex numbers |
'-' | Subtract two complex numbers |
'/' | Divide two complex numbers |
'^' | Complex power of complex number |
'log' | Logarithm of complex number |
toReal | Extract Real part from Complex number |
This function returns the real part of a complex number.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
MyComplex | c | Complex number |
Type | Name | Description |
---|---|---|
Real | result | Real number |
This function returns the difference of two given Complex numbers.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
MyComplex | c1 | Complex number 1 |
MyComplex | c2 | Complex number 2 |
Type | Name | Description |
---|---|---|
MyComplex | c3 | = c1 - c2 |
This function returns the product of two given Complex numbers.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
MyComplex | c1 | Complex number 1 |
MyComplex | c2 | Complex number 2 |
Type | Name | Description |
---|---|---|
MyComplex | c3 | = c1*c2 |
This function returns the sum of two given Complex numbers.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
MyComplex | c1 | Complex number 1 |
MyComplex | c2 | Complex number 2 |
Type | Name | Description |
---|---|---|
MyComplex | c3 | = c1 + c2 |
This function returns the quotient of two given Complex numbers.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
MyComplex | c1 | Complex number 1 |
MyComplex | c2 | Complex number 2 |
Type | Name | Description |
---|---|---|
MyComplex | c3 | = c1/c2 |
This function returns the given Complex numbers c1 to the power of the Complex number c2.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
MyComplex | c1 | Complex number |
MyComplex | c2 | Complex exponent |
Type | Name | Description |
---|---|---|
MyComplex | c3 | = c1^c2 |
This function returns the Complex natural logarithm of the Complex input.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
MyComplex | c1 | Complex number |
Type | Name | Description |
---|---|---|
MyComplex | c2 | = log(c1) |
Generated 2018-12-12 12:13:51 EST by MapleSim.