We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d46dcc commit 14e079dCopy full SHA for 14e079d
exercises/complex-numbers/description.md
@@ -6,7 +6,7 @@ A **complex number** is expressed in the form `z = a + b * i`, where:
6
7
- `b` is the **imaginary part** (also a real number), and
8
9
-- `i` is the imaginary unit satisfying `i^2 = -1`.
+- `i` is the **imaginary unit** satisfying `i^2 = -1`.
10
11
## Key Properties
12
0 commit comments