manual:chapter6:complex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

manual:chapter6:complex [2019/05/23 07:12]
manual:chapter6:complex [2021/08/13 13:12] (current)
Line 1: Line 1:
 +<button collapse="complex-commands" block="true" >**Operations with Complex Numbers**  <badge>6</badge></button>
 +<collapse id="complex-commands" collapsed="true">
 +
 +^ Command  ^ Short Description ^  ^
 +| **[[manual:chapter6:complex:cmd_re|RE]]** | Real part of a complex number |  |
 +| **[[manual:chapter6:complex:cmd_im|IM]]** | Imaginary part of a complex number |  |
 +| **[[manual:chapter6:complex:cmd_arg|ARG]]** | Argument of a complex number |  |
 +| **[[manual:chapter6:complex:cmd_conj|CONJ]]** | Conjugate of a complex number |  |
 +| **[[manual:chapter6:complex:cmd_cplx2real|C→R]]** | Split Complex into two Reals |  |
 +| **[[manual:chapter6:complex:cmd_real2cplx|R→C]]** | Make Complex from real and imaginary parts |  |
 +</collapse>