Skip to content

Commit

Permalink
Update concepts/complex-numbers/about.md
Browse files Browse the repository at this point in the history
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
  • Loading branch information
colinleach and BethanyG authored Nov 27, 2023
1 parent ef8ab6e commit b4b02ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion concepts/complex-numbers/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ Because of the way complex multiplication works, this is more useful than you mi

The Python standard library has a [`math`][math-module] module full of useful functionality for working with real numbers.

It also has an equivalent `cmath` module for complex numbers.
It also has an equivalent [`cmath`][cmath] module for working with complex numbers.


Details are available in the [`cmath`][cmath] module documents, but the main categories are:
- conversion between Cartesian and polar coordinates
Expand Down

0 comments on commit b4b02ab

Please sign in to comment.