Skip to content

Commit 32d3e3d

Browse files
committed
Fixing consistancy issues
1 parent f0da718 commit 32d3e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/complex-numbers/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ z₁ * z₂ = (a + b * i) * (c + d * i) = (a * c - b * d) + (b * c + a * d) * i
6464

6565
The reciprocal of a non-zero complex number is given by:
6666

67-
```math
67+
```plaintext
6868
1 / z = 1 / (a + b * i) = a / (a² + b²) - b / (a² + b²) * i
6969
```
7070

0 commit comments

Comments
 (0)