Skip to content

Commit

Permalink
fix: corrected the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemalvarambhia committed Jan 15, 2024
1 parent a04e512 commit eca5b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Math-Tests-Complex/PMComplexNumberTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ PMComplexNumberTest >> testRaisedToNegativeInteger [
"
Suppose z = cos(pi / 3) + i sin(pi / 3). By De Moivre's theorem, z**-3 is
z ** 3 = cos(-3 pi / 3) + i sin(-3 pi / 3) = cos(-pi) + sin(pi) = cos(pi) - i sin(pi)
z ** 3 = 0 - i
z ** 3 = -1 + 0 i
"
| z |
z := (1 / 2) + (3 sqrt / 2) i.
Expand Down

0 comments on commit eca5b1d

Please sign in to comment.