Skip to content

Commit

Permalink
Update instructions.md (#116)
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 Apr 12, 2024
1 parent e4c5ac6 commit ba92daa
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 ba92daa

Please sign in to comment.