|
| Release 4.0 |
 |
Predefined Functions - part_i
| Function name: | part_i - Return imaginary part of argument |
| Synopsis: | part_i(q) |
| Input data type |
Output data type |
| real |
real |
| complex |
real |
| quaternion |
real |
Description:
Returns the imaginary part of a complex or quaternion number. The result is always a real number. The imaginary part of a real number is always 0. This function is identical to imag()
|