Real Function
- real( <Complex Number> )
-
Returns the real part of a given complex number.
real(17 + 3 ί)
yields 17, the real part of the complex number 17 + 3 ί.
|
Returns the real part of a given complex number.
real(17 + 3 ί)
yields 17, the real part of the complex number 17 + 3 ί.
|