complex.img
Returns the imaginary part of a complex number. The complex number is represented in Cartesian form z = a + bi
where b
is the imaginary part.
Args
self
(T
) - The complex number from which we want the imaginary part.
Returns
A fixed point number <F>
, representing the imaginary part of self
.
Examples
Last updated