From eca5b1ddd0c8fd8720693240ce149b218cf8d55c Mon Sep 17 00:00:00 2001 From: hemalvarambhia Date: Mon, 15 Jan 2024 20:10:41 +0000 Subject: [PATCH] fix: corrected the documentation. --- src/Math-Tests-Complex/PMComplexNumberTest.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Math-Tests-Complex/PMComplexNumberTest.class.st b/src/Math-Tests-Complex/PMComplexNumberTest.class.st index b89de39e..c8c3849e 100644 --- a/src/Math-Tests-Complex/PMComplexNumberTest.class.st +++ b/src/Math-Tests-Complex/PMComplexNumberTest.class.st @@ -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.