Skip to content

Commit

Permalink
Update exercises/complex-numbers/description.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anastasios Chatzialexiou <[email protected]>
  • Loading branch information
jagdish-15 and tasxatzial authored Nov 12, 2024
1 parent 14e079d commit 738a0a1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions exercises/complex-numbers/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ e^(a + b * i) = e^a * e^(b * i) = e^a * (cos(b) + i * sin(b))

Given that you should not use built-in support for complex numbers, implement the following operations:

- **Addition** of two complex numbers.
- **Subtraction** of two complex numbers.
- **Multiplication** of two complex numbers.
- **Division** of two complex numbers.
- Calculation of the **conjugate** of a complex number.
- Calculation of the **absolute value** of a complex number.
- Calculation of the **exponent** of a given complex number.
- **addition** of two complex numbers
- **subtraction** of two complex numbers
- **multiplication** of two complex numbers
- **division** of two complex numbers
- **conjugate** of a complex number
- **absolute value** of a complex number
- **exponent** of a complex number

0 comments on commit 738a0a1

Please sign in to comment.