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