Complex - Perl 6 complex numbers
- onload
- Implementation is a bit different from other basic objects (Int...) because 'Complex' is also the name of the builtin Parrot PMC.
- perl()
- Returns a Perl representation of the Complex.
- postfix:i
- infix:+
- infix:-
- infix:*
- infix:/