We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e969d47 commit 8dfacd6Copy full SHA for 8dfacd6
doc/Type/Complex.pod6
@@ -220,7 +220,7 @@ Declared as
220
multi sub infix:<**>(Complex:D \a, Num(Real) \b --> Complex:D)
221
222
The X<exponentiation operator> coerces the second argument to L<Complex|/type/Complex>
223
-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,
224
either argument can be equal to zero.
225
226
say i ** i # OUTPUT: «0.20787957635076193+0i»
0 commit comments