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