Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniogamiz committed Mar 6, 2019
1 parent 01c7418 commit 273c8fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Type/Complex.pod6
Expand Up @@ -208,6 +208,8 @@ a warning about using an uninitialized value in numeric context and then returns
=head2 sub infix:<**>
Declared as
multi sub infix:<**>(Complex:D \a, Complex:D \b --> Complex:D)
multi sub infix:<**>(Num(Real) \a, Complex:D \b --> Complex:D)
multi sub infix:<**>(Complex:D \a, Num(Real) \b --> Complex:D)
Expand Down

0 comments on commit 273c8fd

Please sign in to comment.