Skip to content

Commit

Permalink
Update instructions.md
Browse files Browse the repository at this point in the history
There are no tests for exponents, so it should not be listed as a requirement for implementation.
  • Loading branch information
Rune-Christensen authored Jan 30, 2024
1 parent 94f99a3 commit 1a374b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/complex-numbers/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Raising e to a complex exponent can be expressed as `e^(a + i * b) = e^a * e^(i
Implement the following operations:

- addition, subtraction, multiplication and division of two complex numbers,
- conjugate, absolute value, exponent of a given complex number.
- conjugate and absolute value of a given complex number.

Assume the programming language you are using does not have an implementation of complex numbers.

0 comments on commit 1a374b3

Please sign in to comment.