Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trailing whitespace.
  • Loading branch information
cfa committed Mar 8, 2019
1 parent e969d47 commit 8dfacd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Complex.pod6
Expand Up @@ -220,7 +220,7 @@ Declared as
multi sub infix:<**>(Complex:D \a, Num(Real) \b --> Complex:D)
The X<exponentiation operator> coerces the second argument to L<Complex|/type/Complex>
and calculates the left-hand-side raised to the power of the right-hand side. Since 6.d,
and calculates the left-hand-side raised to the power of the right-hand side. Since 6.d,
either argument can be equal to zero.
say i ** i # OUTPUT: «0.20787957635076193+0i␤»
Expand Down

0 comments on commit 8dfacd6

Please sign in to comment.