Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mark postfix i
  • Loading branch information
Mouq committed Jun 17, 2014
1 parent 841c5b5 commit c08160a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Type/Complex.pod
Expand Up @@ -8,6 +8,10 @@ Represents a number in the complex plane.
Complex objects are immutable.
=head1 Operators
=head2 postfix i
Adding a trailing C<i> to a number literal makes it a Complex, for example:
2i; # same as Complex.new(0, 2);
Expand Down

0 comments on commit c08160a

Please sign in to comment.