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 91af93f commit 9aaedf0Copy full SHA for 9aaedf0
src/Math-Complex/PMComplexNumber.class.st
@@ -622,7 +622,7 @@ PMComplexNumber >> productWithVector: aVector [
622
623
{ #category : #'mathematical functions' }
624
PMComplexNumber >> raisedTo: index [
625
- "Answer the receiver raised to aNumber."
+ "Answer the receiver raised to the power of an index."
626
627
index isInteger ifTrue: [ ^ self raisedToInteger: index ].
628
0 commit comments