File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
exercises/complex-numbers Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ e^(a + b * i) = e^a * e^(b * i) = e^a * (cos(b) + i * sin(b))
8686
8787Given that you should not use built-in support for complex numbers, implement the following operations:
8888
89- - ** Addition ** of two complex numbers.
90- - ** Subtraction ** of two complex numbers.
91- - ** Multiplication ** of two complex numbers.
92- - ** Division ** of two complex numbers.
93- - Calculation of the ** conjugate** of a complex number.
94- - Calculation of the ** absolute value** of a complex number.
95- - Calculation of the ** exponent** of a given complex number.
89+ - ** addition ** of two complex numbers
90+ - ** subtraction ** of two complex numbers
91+ - ** multiplication ** of two complex numbers
92+ - ** division ** of two complex numbers
93+ - ** conjugate** of a complex number
94+ - ** absolute value** of a complex number
95+ - ** exponent** of a complex number
You can’t perform that action at this time.
0 commit comments