Documentation for method re
assembled from the following pages:
Class: Complex §
From Complex
(Complex) method re §
Defined as:
method re(Complex: --> Real)
Returns the real part of the complex number.
say (3+5i).re; # OUTPUT: «3»
Documentation for method re
assembled from the following pages:
From Complex
Defined as:
method re(Complex: --> Real)
Returns the real part of the complex number.
say (3+5i).re; # OUTPUT: «3»