Skip to content

Commit 738a0a1

Browse files
Update exercises/complex-numbers/description.md
Co-authored-by: Anastasios Chatzialexiou <[email protected]>
1 parent 14e079d commit 738a0a1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

exercises/complex-numbers/description.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ e^(a + b * i) = e^a * e^(b * i) = e^a * (cos(b) + i * sin(b))
8686

8787
Given 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

0 commit comments

Comments
 (0)