Name | Brief | Example |
---|---|---|
cabs | returns the amplitude (modulus) of the complex value. | Examples |
Conj | it returns the complex conjugate of the value | Examples |
cpow | Calculate complex power of complex number | Examples |
ipow | returns the power of the complex value such that the power is an integer | Examples |
rpow | returns the power of the complex value such that the power is a double value | Examples |