|
| Release 4.0 |
 |
Predefined Functions - flip
| Function name: | flip - Exchange real and imaginary parts |
| Synopsis: | acos(x) |
| Input data type |
Output data type |
| real |
complex |
| complex |
complex |
| quaternion |
unsupported |
Description:
This function swaps the real and imaginary components.
flip(2) = (0,2)
flip( 1+3i) = 3+1i
|