Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentyrone committed Feb 21, 2020
1 parent 0fa2cd4 commit 9dba38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ComplexModule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This module provides approximate feature parity and memory layout compatibility
The usual arithmetic operators are provided for Complex numbers, as well as conversion to and from polar coordinates and many useful properties, plus conformances to the obvious usual protocols: `Equatable`, `Hashable`, `Codable` (if the underlying `RealType` is), and `AlgebraicField` (hence also `AdditiveArithmetic` and `SignedNumeric`).

### Dependencies:
- The `RealModule` module.
- `RealModule`.

## Design notes

Expand Down

0 comments on commit 9dba38c

Please sign in to comment.