Perform simple arithmetic on one complex number
1. vcmath1 ix:=Col(1);
2. vcmath1 ix:=Col(1) op:=exp;
Please refer to the page for additional option switches when accessing the x-function from script
| Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
|---|---|---|---|---|
| Input | ix |
Input vector<complex> |
|
The input complex number. The real and imaginary parts of the complex number can be saved in different columns or in the same column. |
| Operation | op |
Input int |
|
Operations:
|
| Output | ox |
Output vector<complex> |
|
Given a complex numbers:

Operations are:
Conjugation:

Sine:

Cosine:

Exponential:

Keywords:calculation