In Complex§
See primary documentation in context for method re
method re(Complex:D: --> Real:D)
Returns the real part of the complex number.
say (3+5i).re; # OUTPUT: «3»
See primary documentation in context for method re
method re(Complex:D: --> Real:D)
Returns the real part of the complex number.
say (3+5i).re; # OUTPUT: «3»