re
ErrorsCollection

re

Synthesised documentation from type/Complex

From type/Complex

See Original text in context

method re(Complex:D: --> Real:D)

Returns the real part of the complex number.

say (3+5i).re;    # OUTPUT: «3␤»