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